Package | Description |
---|---|
fr.lri.swingstates.debug |
A package containing listeners for state machine and a graphical widget to visualize state machines while they are running.
|
fr.lri.swingstates.sm |
A package to program state machines.
|
Modifier and Type | Class and Description |
---|---|
class |
StateMachineEventAdapter
An abstract adapter class for receiving state machine events.
|
Modifier and Type | Method and Description |
---|---|
void |
Watcher.addSMEventListener(StateMachineEventListener l)
Registers a listener for StateMachineEvents.
|
void |
Watcher.removeSMEventListener(StateMachineEventListener l)
Removes a listener for SMEvents.
|
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.addStateMachineListener(StateMachineEventListener l)
Adds the specified state machine event listener to receive state machine events from this state machine.
|
void |
StateMachine.removeStateMachineListener(StateMachineEventListener l)
Removes the specified state machine event listener so that it no longer receives state machine events from this state machine.
|