|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.AppState
public final class AppState
A serializable application state.
Nested Class Summary | |
---|---|
static interface |
AppState.IAppStateAware
Implemented by components that are aware of the global application state. |
Field Summary | |
---|---|
AmpacheClientBean |
ampacheClient
The Ampache client configuration. |
boolean |
online
Are we online? |
IPlaylistStrategy |
playlist
The playlist strategy. |
int |
position
Position in playback, in milliseconds. |
Random |
random
The random state. |
Repeat |
repeat
The repeat state. |
PlayerStateEnum |
state
State of playback. |
int |
visibleController
The MainActivity visible controller. |
String |
welcomeVersion
A welcome dialog was shown for this version of Ambient. |
boolean |
zoomed
Is GUI zoomed? |
Constructor Summary | |
---|---|
AppState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IPlaylistStrategy playlist
public PlayerStateEnum state
public int position
public Repeat repeat
public Random random
public int visibleController
MainActivity
visible controller.
public boolean online
public boolean zoomed
public AmpacheClientBean ampacheClient
public String welcomeVersion
Constructor Detail |
---|
public AppState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |