|
Gridarta Editor
|
The states of the FSM. More...
Collaboration diagram for net.sf.gridarta.utils.DelayedChangeManager.State:Public Member Functions | |
| State | change () |
| Executes the event "change". More... | |
| State | finish () |
| Executes the event "finish". More... | |
| State | timeout () |
| Executes the event "timeout". More... | |
The states of the FSM.
Definition at line 75 of file DelayedChangeManager.java.
| State net.sf.gridarta.utils.DelayedChangeManager.State.change | ( | ) |
Executes the event "change".
Referenced by net.sf.gridarta.utils.DelayedChangeManager.change().
Here is the caller graph for this function:| State net.sf.gridarta.utils.DelayedChangeManager.State.finish | ( | ) |
Executes the event "finish".
Referenced by net.sf.gridarta.utils.DelayedChangeManager.finish().
Here is the caller graph for this function:| State net.sf.gridarta.utils.DelayedChangeManager.State.timeout | ( | ) |
Executes the event "timeout".
Referenced by net.sf.gridarta.utils.DelayedChangeManager.TimeoutTimerTask.run().
Here is the caller graph for this function: