Class BrowserNav
java.lang.Object
com.tccc.kos.core.service.browser.BrowserNav
- Direct Known Subclasses:
BrowserIntent
,BrowserUrl
Navigation request to point a given browser from
the specified node to a url.
- Since:
- 1.0
- Version:
- 2024-02-12
-
Constructor Summary
ConstructorsConstructorDescriptionBrowserNav
(NodeId nodeId, String browserName) Navigation request for the named browser on the specified node.BrowserNav
(BrowserId browserId) Navigation request for the browser with the specified id. -
Method Summary
-
Constructor Details
-
BrowserNav
Navigation request for the named browser on the specified node.- Parameters:
nodeId
- the node the browser is running onbrowserName
- name of the browser on the node
-
BrowserNav
Navigation request for the browser with the specified id.- Parameters:
browserId
- the browser to control
-
-
Method Details