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