public class OperatorsClassificationRequestEvent extends com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperatorsClassificationRequestEvent.HasOperatorsClassificationRequestEventHandler |
static interface |
OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
OperatorsClassificationRequestEvent(OperatorsClassificationRequestType operatorsClassificationRequestType,
org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType,
boolean operatorId,
boolean refresh) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationRequestEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
getAssociatedType() |
OperatorsClassificationRequestType |
getOperatorsClassificationRequestType() |
org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType |
getPerspectiveType() |
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
getType() |
boolean |
isOperatorId() |
boolean |
isRefresh() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> TYPE
public OperatorsClassificationRequestEvent(OperatorsClassificationRequestType operatorsClassificationRequestType, org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType, boolean operatorId, boolean refresh)
protected void dispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationRequestEvent event)
public OperatorsClassificationRequestType getOperatorsClassificationRequestType()
public org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType getPerspectiveType()
public boolean isOperatorId()
public boolean isRefresh()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>Copyright © 2019. All Rights Reserved.