public class NStateLatch
extends java.lang.Object
Runnable
corresponding to the new state is executed.Modifier and Type | Field and Description |
---|---|
protected java.lang.Runnable[] |
_transitions
Action for state transition ?
|
Constructor and Description |
---|
NStateLatch(java.lang.Runnable[] transitions)
Constructor, the array of
Runnable s defines the number of states and the transition
actions. |
protected java.lang.Runnable[] _transitions