public class OperatorsClassificationEvent extends com.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperatorsClassificationEvent.HasOperatorsClassificationEventHandler |
static interface |
OperatorsClassificationEvent.OperatorsClassificationEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> |
TYPE |
| Constructor and Description |
|---|
OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
boolean refresh) |
OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId,
boolean refresh) |
OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
boolean refresh) |
OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId,
boolean refresh) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OperatorsClassificationEvent.OperatorsClassificationEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> |
getAssociatedType() |
String |
getOperatorId() |
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification |
getOperatorsClassification() |
OperatorsClassificationRequestType |
getOperatorsClassificationRequestType() |
org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType |
getPerspectiveType() |
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> |
getType() |
boolean |
isRefresh() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> TYPE
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
boolean refresh)
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
boolean refresh)
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId,
boolean refresh)
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType perspectiveType,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId,
boolean refresh)
protected void dispatch(OperatorsClassificationEvent.OperatorsClassificationEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationEvent event)
public OperatorsClassificationRequestType getOperatorsClassificationRequestType()
public org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType getPerspectiveType()
public org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification getOperatorsClassification()
public String getOperatorId()
public boolean isRefresh()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OperatorsClassificationEvent.OperatorsClassificationEventHandler>Copyright © 2024. All rights reserved.