![]() | AdapterStateManager Class |
Namespace: com.espertech.esperio
public class AdapterStateManager
The AdapterStateManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterStateManager | Initializes a new instance of the AdapterStateManager class |
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
|