Class StateChangeInformation
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.StateChangeInformation
- All Implemented Interfaces:
Serializable
Class that shows an state change on the manager, shopwing the previous, next and the cause
of that change
- Since:
- 8/4/14
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
Enum used to comunicate the current manager state on a given moment -
Constructor Summary
ConstructorsConstructorDescriptionStateChangeInformation
(StateChangeInformation.ManagerState mOldState, StateChangeInformation.ManagerState mNewState, StateChangeInformation.ChangeReason mReason) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StateChangeInformation
public StateChangeInformation(StateChangeInformation.ManagerState mOldState, StateChangeInformation.ManagerState mNewState, StateChangeInformation.ChangeReason mReason)
-
-
Method Details
-
getOldState
-
getNewState
-
getReason
-