![]() | AdapterStateManager Methods |
The AdapterStateManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destroy |
Transition into the DESTROYED state.
|
![]() | DisallowStateTransitions |
Disallow future state changes, and throw an IllegalStateTransitionException if they
are attempted.
|
![]() | Pause |
Transition into the PAUSED state.
|
![]() | Resume |
Transition into the STARTED state (from the PAUSED state).
|
![]() | Start |
Transition into the STARTED state (from the OPENED state).
|
![]() | Stop |
Transition into the OPENED state.
@throws IllegalStateTransitionException if the transition isn't allowed
|