IKioWareBrowserEvents Interface

Defines basic KioWare browser related events.

Methods

Type Signature
void onTabCreated(UUID id)
Called by KioWare when a tab is created.
void onTabRemoved(UUID id)
Called by KioWare when a tab is removed.
void onTabFocued(UUID id)
Called by KioWare when a tab is brought to the front.
void onPageStarted(UUID id, String url)
Called by KioWare when a tab is navigated.