|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigatorWindowListener
A listener of navigator window events. Listener methods are invoked by the user agent in the GUI dispatch thread.
| Method Summary | |
|---|---|
void |
defaultStatusUpdated(NavigatorWindowEvent event)
Invoked when the default status message is updated. |
void |
documentAccessed(NavigatorWindowEvent event)
Invoked after a connection request to a URL succeeds and the document starts loading. |
void |
documentRendering(NavigatorWindowEvent event)
Invoked after a clientlet has set the document content. |
void |
progressUpdated(NavigatorProgressEvent event)
Invoked as a document loads in order to inform the listener of progress. |
void |
statusUpdated(NavigatorWindowEvent event)
Invoked when the status message is updated. |
| Method Detail |
|---|
void documentAccessed(NavigatorWindowEvent event)
void documentRendering(NavigatorWindowEvent event)
This method is meant to be used by the primary extension in order to update the address bar.
void progressUpdated(NavigatorProgressEvent event)
This method is meant to be used by the primary extension in order to update its progress bar. It is invoked outside the GUI dispatch thread.
void statusUpdated(NavigatorWindowEvent event)
void defaultStatusUpdated(NavigatorWindowEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||