
public class RestoreStateEvent<S,O> extends GwtEvent<RestoreStateEvent.RestoreStateHandler<S,O>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreStateEvent.HasRestoreStateHandlers<S,O> |
static interface |
RestoreStateEvent.RestoreStateHandler<S,O>
Handler class for
RestoreStateEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
RestoreStateEvent(S state,
O target) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RestoreStateEvent.RestoreStateHandler<S,O>> |
getAssociatedType() |
S |
getState()
Returns the state.
|
O |
getTarget()
Returns the target object.
|
static GwtEvent.Type<RestoreStateEvent.RestoreStateHandler<?,?>> |
getType()
Gets the type associated with this event.
|
toDebugString, toStringpublic static GwtEvent.Type<RestoreStateEvent.RestoreStateHandler<?,?>> getType()
public GwtEvent.Type<RestoreStateEvent.RestoreStateHandler<S,O>> getAssociatedType()
getAssociatedType in class GwtEvent<RestoreStateEvent.RestoreStateHandler<S,O>>public S getState()
public O getTarget()
Copyright © 2016. All rights reserved.