Class BrowserNav

java.lang.Object
com.kosdev.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
Version:
1
  • 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
      Since:
      1
    • BrowserNav

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