Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Class and Description |
---|---|
class |
TransitionAdapter
The adapter for FSM transition callback.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<TransitionListener> |
Transition.listeners
The listeners.
|
private java.util.List<TransitionListener> |
DeterministicStateMachine.transitionListeners
The listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
Transition.addListener(TransitionListener listener)
Add a new listener.
|
void |
DeterministicStateMachine.addListener(TransitionListener listener) |
void |
StateMachine.addListener(TransitionListener listener)
Add a new listener.
|
Copyright 2013 Michal Turek, AnotherFSM.