public class ResubmitComputationExecutionEvent extends com.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResubmitComputationExecutionEvent.HasResubmitComputationExecutionEventHandler |
static interface |
ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> |
TYPE |
| Constructor and Description |
|---|
ResubmitComputationExecutionEvent(ComputationId computationId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ResubmitComputationExecutionEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> |
getAssociatedType() |
ComputationId |
getComputationId() |
static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> TYPE
public ResubmitComputationExecutionEvent(ComputationId computationId)
protected void dispatch(ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ResubmitComputationExecutionEvent event)
public ComputationId getComputationId()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ResubmitComputationExecutionEvent.ResubmitComputationExecutionEventHandler>Copyright © 2017. All Rights Reserved.