Gridarta Editor
net.sf.gridarta.utils.DelayedChangeManager.State Interface Reference

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...
 

Detailed Description

The states of the FSM.

Definition at line 75 of file DelayedChangeManager.java.

Member Function Documentation

◆ change()

State net.sf.gridarta.utils.DelayedChangeManager.State.change ( )

Executes the event "change".

Returns
the next state

Referenced by net.sf.gridarta.utils.DelayedChangeManager.change().

+ Here is the caller graph for this function:

◆ finish()

State net.sf.gridarta.utils.DelayedChangeManager.State.finish ( )

Executes the event "finish".

Returns
the next state

Referenced by net.sf.gridarta.utils.DelayedChangeManager.finish().

+ Here is the caller graph for this function:

◆ timeout()

State net.sf.gridarta.utils.DelayedChangeManager.State.timeout ( )

Executes the event "timeout".

Returns
the next state

Referenced by net.sf.gridarta.utils.DelayedChangeManager.TimeoutTimerTask.run().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: