|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AppState.IAppStateAware
Implemented by components that are aware of the global application state.
Method Summary | |
---|---|
void |
reinit(AppState state)
Cherry-picks values from the application state and reinitializes itself. |
void |
storeState(AppState state)
Stores the components state into the global state. |
Method Detail |
---|
void reinit(AppState state)
state
- the just-loaded statevoid storeState(AppState state)
state
- the object to store to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |