public final class RemoveHandlerEvent extends com.google.gwt.event.shared.GwtEvent<RemoveHandlerEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemoveHandlerEventHandler> |
TYPE
Event type
|
| Constructor and Description |
|---|
RemoveHandlerEvent(com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> type)
Creates the event with the type of removed handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemoveHandlerEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RemoveHandlerEventHandler> |
getAssociatedType() |
com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> |
getType()
Returns the type of removed handler.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<RemoveHandlerEventHandler> TYPE
public RemoveHandlerEvent(com.google.gwt.event.shared.GwtEvent.Type<? extends com.google.gwt.event.shared.EventHandler> type)
type - the type of removed 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<RemoveHandlerEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemoveHandlerEventHandler>protected void dispatch(RemoveHandlerEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemoveHandlerEventHandler>