com.smartgwt.client.widgets.events
Interface ContentLoadedHandler

All Superinterfaces:
EventHandler

public interface ContentLoadedHandler
extends EventHandler


Method Summary
 void onContentLoaded(ContentLoadedEvent event)
          StringMethod fired when content is completely loaded in this htmlFlow.
 

Method Detail

onContentLoaded

void onContentLoaded(ContentLoadedEvent event)
StringMethod fired when content is completely loaded in this htmlFlow. Has no default implementation. May be observed or overridden as a notification type method to fire custom logic when loading completes.

Note: Does not apply to htmlFlows with contentsType set to "page"

Parameters:
event - the event