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) |
OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId) |
OperatorsClassificationEvent(String classificationName,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification) |
OperatorsClassificationEvent(String classificationName,
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId) |
| 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 |
getClassificationName() |
String |
getOperatorId() |
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification |
getOperatorsClassification() |
OperatorsClassificationRequestType |
getOperatorsClassificationRequestType() |
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> |
getType() |
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)
public OperatorsClassificationEvent(String classificationName, org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification)
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification,
String operatorId)
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 String getClassificationName()
public org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification getOperatorsClassification()
public String getOperatorId()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OperatorsClassificationEvent.OperatorsClassificationEventHandler>Copyright © 2019. All Rights Reserved.