|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving event notifications from a WebBrowser control or from the Microsoft Internet Explorer application.
| Method Summary | |
void |
documentCompleted(WebBrowser webBrowser,
java.lang.String url)
Fires when a document has been completely loaded and initialized. |
void |
downloadBegin()
Fires when a navigation operation is beginning. |
void |
downloadCompleted()
Fires when a navigation operation finishes, is halted, or fails. |
void |
entireDocumentCompleted(WebBrowser webBrowser,
java.lang.String url)
Fires when a document has been completely loaded and initialized. |
void |
navigationCompleted(WebBrowser webBrowser,
java.lang.String url)
Invoked when navigation operation has been completed. |
void |
progressChanged(int progress,
int progressMax)
Invoked when the progress of download operation has been updated. |
| Method Detail |
public void downloadBegin()
public void downloadCompleted()
public void documentCompleted(WebBrowser webBrowser,
java.lang.String url)
ReadyState
property has changed to .
webBrowser - the browser object in which this event is fired.url - url of loaded document
public void entireDocumentCompleted(WebBrowser webBrowser,
java.lang.String url)
ReadyState
property has changed to .
webBrowser - the browser object in which this event is fired.url - url of loaded document
public void navigationCompleted(WebBrowser webBrowser,
java.lang.String url)
Internet Explorer 6: this method invoked after first navigation only.
webBrowser - the browser object in which this event is fired.url - url of loaded document
public void progressChanged(int progress,
int progressMax)
progress - value that specifies current progress, or -1 when download is completedprogressMax - maximum progress value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||