Class BrowserNav

java.lang.Object
com.tccc.kos.core.service.browser.BrowserNav
Direct Known Subclasses:
BrowserIntent, BrowserUrl

public class BrowserNav extends Object
Navigation request to point a given browser from the specified node to a url.
Since:
1.0
Version:
2024-02-12
  • Constructor Details

    • BrowserNav

      public BrowserNav(NodeId nodeId, String browserName)
      Navigation request for the named browser on the specified node.
      Parameters:
      nodeId - the node the browser is running on
      browserName - name of the browser on the node
    • BrowserNav

      public BrowserNav(BrowserId browserId)
      Navigation request for the browser with the specified id.
      Parameters:
      browserId - the browser to control
  • Method Details