Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Field and Description |
---|---|
(package private) static TimeoutEvent |
TimeoutEvent.instance_LOOP_NO_RESTART
The instance of the object for use in timeout state machine.
|
(package private) static TimeoutEvent |
TimeoutEvent.instance_LOOP_RESTART
The instance of the object for use in timeout state machine.
|
Modifier and Type | Method and Description |
---|---|
static TimeoutEvent |
TimeoutEvent.instance(long timeout,
TimeoutEvent.Type type)
Create instance of this class.
|
Modifier and Type | Method and Description |
---|---|
private void |
TimeoutStateMachine.scheduleTimeoutTransition(boolean loopTransition,
TimeoutEvent event)
Schedule a new timeout transition, a state was entered.
|
Copyright 2013 Michal Turek, AnotherFSM.