public class OperatorsClassificationRequestEvent extends com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OperatorsClassificationRequestEvent.HasOperatorsClassificationRequestEventHandler |
static interface |
OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
OperatorsClassificationRequestEvent(String classificationName,
boolean operatorId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationRequestEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
getAssociatedType() |
String |
getClassificationName() |
OperatorsClassificationRequestType |
getOperatorsClassificationRequestType() |
static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> |
getType() |
boolean |
isOperatorId() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> TYPE
public OperatorsClassificationRequestEvent(String classificationName, boolean operatorId)
protected void dispatch(OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
OperatorsClassificationRequestEvent event)
public OperatorsClassificationRequestType getOperatorsClassificationRequestType()
public String getClassificationName()
public boolean isOperatorId()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<OperatorsClassificationRequestEvent.OperatorsClassificationRequestEventHandler>Copyright © 2020. All Rights Reserved.