public class RestoreStateEvent<S,O>
extends <any>
Modifier and Type | Class and Description |
---|---|
static interface |
RestoreStateEvent.HasRestoreStateHandlers<S,O> |
static interface |
RestoreStateEvent.RestoreStateHandler<S,O>
Handler class for
RestoreStateEvent events. |
Modifier and Type | Field and Description |
---|---|
protected S |
state |
protected O |
target |
protected static <any> |
TYPE
Handler type.
|
Constructor and Description |
---|
RestoreStateEvent(S state,
O target) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RestoreStateEvent.RestoreStateHandler<S,O> handler) |
<any> |
getAssociatedType() |
S |
getState()
Returns the state.
|
O |
getTarget()
Returns the target object.
|
static <any> |
getType()
Gets the type associated with this event.
|
protected static <any> TYPE
protected S state
protected O target
public static <any> getType()
public <any> getAssociatedType()
public S getState()
public O getTarget()
protected void dispatch(RestoreStateEvent.RestoreStateHandler<S,O> handler)
Copyright © 2018. All rights reserved.