public interface ContentLoadedHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description | 
|---|---|
void | 
onContentLoaded(ContentLoadedEvent event)
StringMethod fired when content is completely loaded in this htmlFlow. 
 | 
void onContentLoaded(ContentLoadedEvent event)
Notes:
this.setContents()   will cause this notification to be fired
 when  the contents have been set. If evalScriptBlocks
 is true, and the HTML passed  into setContents() contains any <script src=... >  tags,
 this callback will be fired asynchronously once the scripts have been loaded  from the server and executed, as well as
 having the widget content updatedcontentsURL, this does not apply to htmlFlows with  contentsType set to "page"event - the event