Click or drag to resize

AdapterStateManager Class

A utility to manage the state transitions for an InputAdapter.
Inheritance Hierarchy
SystemObject
  com.espertech.esperioAdapterStateManager

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class AdapterStateManager

The AdapterStateManager type exposes the following members.

Constructors
  NameDescription
Public methodAdapterStateManager
Initializes a new instance of the AdapterStateManager class
Top
Properties
  NameDescription
Public propertyState
Gets the state
Top
Methods
  NameDescription
Public methodDestroy
Transition into the DESTROYED state.
Public methodDisallowStateTransitions
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
Public methodPause
Transition into the PAUSED state.
Public methodResume
Transition into the STARTED state (from the PAUSED state).
Public methodStart
Transition into the STARTED state (from the OPENED state).
Public methodStop
Transition into the OPENED state. @throws IllegalStateTransitionException if the transition isn't allowed
Top
See Also