public class DrawEvent extends GwtEvent<DrawHandler>
GwtEvent.Type<H>| Constructor and Description |
|---|
DrawEvent(java.lang.String ID) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DrawHandler handler) |
static <S extends HasDrawHandlers & HasHandlers> |
fire(S source,
java.lang.String ID)
Fires a close event on all registered handlers in the handler manager.
|
GwtEvent.Type<DrawHandler> |
getAssociatedType() |
java.lang.String |
getID() |
static GwtEvent.Type<DrawHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic java.lang.String getID()
public static <S extends HasDrawHandlers & HasHandlers> void fire(S source, java.lang.String ID)
T - the target typeS - The event sourcesource - the source of the handlerstarget - the targetautoClosed - was the target closed automaticallypublic static GwtEvent.Type<DrawHandler> getType()
protected void dispatch(DrawHandler handler)
dispatch in class GwtEvent<DrawHandler>public final GwtEvent.Type<DrawHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DrawHandler>