public class UIStateEvent extends com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UIStateEvent.HasUIStateEventHandler |
static interface |
UIStateEvent.UIStateEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> |
TYPE |
| Constructor and Description |
|---|
UIStateEvent() |
UIStateEvent(UIStateEventType uiStateType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(UIStateEvent.UIStateEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
UIStateEvent uiStateEvent) |
com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> |
getType() |
UIStateEventType |
getUiStateType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> TYPE
public UIStateEvent()
public UIStateEvent(UIStateEventType uiStateType)
protected void dispatch(UIStateEvent.UIStateEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
UIStateEvent uiStateEvent)
public UIStateEventType getUiStateType()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<UIStateEvent.UIStateEventHandler>Copyright © 2024. All rights reserved.