public class ResizedEvent extends AbstractSmartEvent<ResizedHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
ResizedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ResizedHandler handler) |
static <S extends HasResizedHandlers & 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<ResizedHandler> |
getAssociatedType() |
static GwtEvent.Type<ResizedHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ResizedEvent(JavaScriptObject jsObj)
public static <S extends HasResizedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<ResizedHandler> getType()
protected void dispatch(ResizedHandler handler)
dispatch
in class GwtEvent<ResizedHandler>
public final GwtEvent.Type<ResizedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ResizedHandler>