public class StateChangeEvent extends com.google.gwt.event.shared.GwtEvent<StateChangeEvent.StateChangeEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StateChangeEvent.HasStateChangeEventHandler |
static interface |
StateChangeEvent.StateChangeEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> |
TYPE |
| Constructor and Description |
|---|
StateChangeEvent(StateChangeType stateChangeType,
AccountingClientStateData accountingStateData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(StateChangeEvent.StateChangeEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
StateChangeEvent stateChangeEvent) |
AccountingClientStateData |
getAccountingStateData() |
com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> |
getAssociatedType() |
StateChangeType |
getStateChangeType() |
static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> TYPE
public StateChangeEvent(StateChangeType stateChangeType, AccountingClientStateData accountingStateData)
protected void dispatch(StateChangeEvent.StateChangeEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<StateChangeEvent.StateChangeEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<StateChangeEvent.StateChangeEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<StateChangeEvent.StateChangeEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
StateChangeEvent stateChangeEvent)
public StateChangeType getStateChangeType()
public AccountingClientStateData getAccountingStateData()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<StateChangeEvent.StateChangeEventHandler>Copyright © 2024. All rights reserved.