public class ContentLoadedEvent extends BrowserEvent<ContentLoadedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description | 
|---|
| ContentLoadedEvent(JavaScriptObject jsObj) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(ContentLoadedHandler handler) | 
| static <S extends HasContentLoadedHandlers & HasHandlers>  | fire(S source,
    JavaScriptObject jsObj)Fires a open event on all registered handlers in the handler manager.If no
 such handlers exist, this method will do nothing. | 
| GwtEvent.Type<ContentLoadedHandler> | getAssociatedType() | 
| static GwtEvent.Type<ContentLoadedHandler> | getType()Gets the type associated with this event. | 
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ContentLoadedEvent(JavaScriptObject jsObj)
public static <S extends HasContentLoadedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ContentLoadedHandler> getType()
protected void dispatch(ContentLoadedHandler handler)
dispatch in class GwtEvent<ContentLoadedHandler>public final GwtEvent.Type<ContentLoadedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ContentLoadedHandler>