Class OperatorsClassificationEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.OperatorsClassificationEvent
-
public class OperatorsClassificationEvent extends com.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
Operators Classification Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperatorsClassificationEvent.HasOperatorsClassificationEventHandlerstatic interfaceOperatorsClassificationEvent.OperatorsClassificationEventHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description 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)OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification)OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification, String operatorId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(OperatorsClassificationEvent.OperatorsClassificationEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, OperatorsClassificationEvent event)com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler>getAssociatedType()StringgetClassificationName()StringgetOperatorId()org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassificationgetOperatorsClassification()OperatorsClassificationRequestTypegetOperatorsClassificationRequestType()static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler>getType()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> TYPE
-
-
Constructor Detail
-
OperatorsClassificationEvent
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification)
-
OperatorsClassificationEvent
public OperatorsClassificationEvent(String classificationName, org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification)
-
OperatorsClassificationEvent
public OperatorsClassificationEvent(org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification operatorsClassification, String operatorId)
-
-
Method Detail
-
dispatch
protected void dispatch(OperatorsClassificationEvent.OperatorsClassificationEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationEvent.OperatorsClassificationEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, OperatorsClassificationEvent event)
-
getOperatorsClassificationRequestType
public OperatorsClassificationRequestType getOperatorsClassificationRequestType()
-
getClassificationName
public String getClassificationName()
-
getOperatorsClassification
public org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification getOperatorsClassification()
-
getOperatorId
public String getOperatorId()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<OperatorsClassificationEvent.OperatorsClassificationEventHandler>
-
-