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