|
This method is normally used by a hierarchical controller to
determine wether the action has finished or not. The finsished
method may depend only on the current state transition, so you get
the old state and the new state as parameters. The controller sets
the finished flag according to isFinished, so other Listeners only
have to look at this flag. This method must be implemented by all
(non-abstract) sub-classes.
Implements CMultiStepAction.
|