public class ActionCompletedEvent extends com.google.gwt.event.shared.GwtEvent<ActionCompletedEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ActionCompletedEventHandler> |
TYPE |
| Constructor and Description |
|---|
ActionCompletedEvent(TabularDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ActionCompletedEventHandler handler) |
TabularDataAction |
getAction() |
com.google.gwt.event.shared.GwtEvent.Type<ActionCompletedEventHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<ActionCompletedEventHandler> TYPE
public ActionCompletedEvent(TabularDataAction action)
public com.google.gwt.event.shared.GwtEvent.Type<ActionCompletedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ActionCompletedEventHandler>public TabularDataAction getAction()
protected void dispatch(ActionCompletedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ActionCompletedEventHandler>Copyright © 2017. All Rights Reserved.