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