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(OperatorsClassification operatorsClassification) |
OperatorsClassificationEvent(OperatorsClassification operatorsClassification,
String operatorId) |
OperatorsClassificationEvent(String classificationName,
OperatorsClassification operatorsClassification) |
OperatorsClassificationEvent(String classificationName,
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() |
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(OperatorsClassification operatorsClassification)
public OperatorsClassificationEvent(String classificationName, OperatorsClassification operatorsClassification)
public OperatorsClassificationEvent(OperatorsClassification operatorsClassification, String operatorId)
public OperatorsClassificationEvent(String classificationName, 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 OperatorsClassification getOperatorsClassification()
public String getOperatorId()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OperatorsClassificationEvent.OperatorsClassificationEventHandler>Copyright © 2016. All Rights Reserved.