public interface BrowserListener
BrowserListener
allows for handling when documents
have been downloaded via a BrowserViewer
implementation.Modifier and Type | Method and Description |
---|---|
void |
documentLoaded(java.lang.String documentURL)
Called when a document/page has been fully loaded.
|