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