Uses of Class
com.kosdev.kos.core.service.browser.BrowserNav
Packages that use BrowserNav
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of BrowserNav in com.kosdev.kos.core.service.app
Subclasses of BrowserNav in com.kosdev.kos.core.service.appModifier and TypeClassDescriptionclassA subclass ofBrowserIntentthat generates an intent that is targeted at a specific application.Methods in com.kosdev.kos.core.service.app that return BrowserNavModifier and TypeMethodDescriptionApplication.resolveAppBrowserIntent(BrowserIntent intent) Override to processBrowserIntentobjects directed at this application. -
Uses of BrowserNav in com.kosdev.kos.core.service.browser
Subclasses of BrowserNav in com.kosdev.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.kosdev.kos.core.service.browser that return BrowserNavModifier and TypeMethodDescriptionBrowserIntentResolver.onResolveBrowserIntent(BrowserIntent intent) Called when an intent needs to be resolved.