|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppState | |
|---|---|
| sk.baka.ambient | |
| sk.baka.ambient.activity.main | |
| Uses of AppState in sk.baka.ambient |
|---|
| Methods in sk.baka.ambient that return AppState | |
|---|---|
AppState |
AppStateHandler.getStartupState()
Returns the startup application state. |
| Methods in sk.baka.ambient with parameters of type AppState | |
|---|---|
void |
PlaylistPlayer.reinit(AppState state)
|
void |
AppState.IAppStateAware.reinit(AppState state)
Cherry-picks values from the application state and reinitializes itself. |
void |
IApplicationListener.stateChanged(AppState state)
The application state was changed. |
void |
PlaylistPlayer.storeState(AppState result)
|
void |
AppState.IAppStateAware.storeState(AppState state)
Stores the components state into the global state. |
| Uses of AppState in sk.baka.ambient.activity.main |
|---|
| Methods in sk.baka.ambient.activity.main with parameters of type AppState | |
|---|---|
void |
MainActivity.reinit(AppState state)
|
void |
AmpacheController.stateChanged(AppState state)
|
void |
StaticPlaylistController.stateChanged(AppState state)
|
void |
PlayerController.stateChanged(AppState state)
|
void |
PlaylistController.stateChanged(AppState state)
|
void |
ContextController.stateChanged(AppState state)
|
void |
MainActivity.storeState(AppState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||