public final class AddHandlerEvent extends com.google.gwt.event.shared.GwtEvent<AddHandlerEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> |
TYPE
Event type
|
Constructor and Description |
---|
AddHandlerEvent(com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> type)
Creates the event with the type of new handler.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(AddHandlerEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> |
getAssociatedType() |
com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> |
getType()
Returns the type of new handler.
|
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> TYPE
public AddHandlerEvent(com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> type)
type
- the type of new handler.public com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<AddHandlerEventHandler>
protected void dispatch(AddHandlerEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<AddHandlerEventHandler>