Class OperatorsClassificationRequestEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.events.OperatorsClassificationRequestEvent
-
public class OperatorsClassificationRequestEvent extends com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
Operators Classification Request Event- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperatorsClassificationRequestEvent.HasOperatorsClassificationRequestEventHandlerstatic interfaceOperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler-
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<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description OperatorsClassificationRequestEvent(String classificationName, boolean operatorId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, OperatorsClassificationRequestEvent event)com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>getAssociatedType()StringgetClassificationName()OperatorsClassificationRequestTypegetOperatorsClassificationRequestType()static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>getType()booleanisOperatorId()StringtoString()
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> TYPE
-
-
Constructor Detail
-
OperatorsClassificationRequestEvent
public OperatorsClassificationRequestEvent(String classificationName, boolean operatorId)
-
-
Method Detail
-
dispatch
protected void dispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getType()
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, OperatorsClassificationRequestEvent event)
-
getOperatorsClassificationRequestType
public OperatorsClassificationRequestType getOperatorsClassificationRequestType()
-
getClassificationName
public String getClassificationName()
-
isOperatorId
public boolean isOperatorId()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
-
-