Uses of Class
com.tccc.kos.core.service.browser.BrowserNav
Packages that use BrowserNav
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
- 
Uses of BrowserNav in com.tccc.kos.core.service.appSubclasses of BrowserNav in com.tccc.kos.core.service.appModifier and TypeClassDescriptionclassA subclass ofBrowserIntentthat generates an intent that is targeted at a specific application.Methods in com.tccc.kos.core.service.app that return BrowserNavModifier and TypeMethodDescriptionApplication.resolveAppBrowserIntent(BrowserIntent intent) Override to processBrowserIntentobjects directed at this application.
- 
Uses of BrowserNav in com.tccc.kos.core.service.browserSubclasses of BrowserNav in com.tccc.kos.core.service.browserModifier and TypeClassDescriptionclassABrowserIntentis a generic way to describe how to navigate a given browser to a particular page.classNavigation request to point a given browser from the specified node to the indicated url.Methods in com.tccc.kos.core.service.browser that return BrowserNavModifier and TypeMethodDescriptionBrowserIntentResolver.onResolveBrowserIntent(BrowserIntent intent) Called when an intent needs to be resolved.