public class DrawEvent extends com.google.gwt.event.shared.GwtEvent<DrawHandler>
| Constructor and Description | 
|---|
DrawEvent(java.lang.String ID)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
dispatch(DrawHandler handler)  | 
static <S extends HasDrawHandlers & com.google.gwt.event.shared.HasHandlers> | 
fire(S source,
    java.lang.String ID)
Fires a close event on all registered handlers in the handler manager. 
 | 
com.google.gwt.event.shared.GwtEvent.Type<DrawHandler> | 
getAssociatedType()  | 
Canvas | 
getFiringCanvas()
Returns the  
Canvas firing the event. | 
java.lang.String | 
getID()  | 
static com.google.gwt.event.shared.GwtEvent.Type<DrawHandler> | 
getType()
Gets the type associated with this event. 
 | 
assertLive, getSource, isLive, kill, revivepublic java.lang.String getID()
public Canvas getFiringCanvas()
Canvas firing the event.public static <S extends HasDrawHandlers & com.google.gwt.event.shared.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 com.google.gwt.event.shared.GwtEvent.Type<DrawHandler> getType()
protected void dispatch(DrawHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DrawHandler>public final com.google.gwt.event.shared.GwtEvent.Type<DrawHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DrawHandler>