public class AddComputationPanelEvent extends com.google.gwt.event.shared.GwtEvent<AddComputationPanelEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AddComputationPanelEventHandler> |
TYPE |
| Constructor and Description |
|---|
AddComputationPanelEvent(Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AddComputationPanelEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AddComputationPanelEventHandler> |
getAssociatedType() |
Operator |
getOperator() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<AddComputationPanelEventHandler> TYPE
public AddComputationPanelEvent(Operator operator)
public com.google.gwt.event.shared.GwtEvent.Type<AddComputationPanelEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AddComputationPanelEventHandler>protected void dispatch(AddComputationPanelEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<AddComputationPanelEventHandler>public Operator getOperator()
Copyright © 2014. All Rights Reserved.