org.jivesoftware.spark.component.browser
Interface BrowserListener


public interface BrowserListener

Implementation of BrowserListener allows for handling when documents have been downloaded via a BrowserViewer implementation.

Author:
Derek DeMoro

Method Summary
 void documentLoaded(java.lang.String documentURL)
          Called when a document/page has been fully loaded.
 

Method Detail

documentLoaded

void documentLoaded(java.lang.String documentURL)
Called when a document/page has been fully loaded.

Parameters:
documentURL -