|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationListener
The listener interface for receiving navigation event notifications from Browser control.
Navigation.addNavigationListener(NavigationListener)| Method Summary | |
|---|---|
void |
navigationFinished(NavigationFinishedEvent event)
Fires when a navigation operation finished (halted, fails) and a document has been completely loaded and initialized. |
void |
navigationStarted(NavigationEvent event)
Fires when a navigation operation is beginning. |
| Method Detail |
|---|
void navigationStarted(NavigationEvent event)
event - provides information about event.void navigationFinished(NavigationFinishedEvent event)
event - provides information about event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||