com.sonicsw.mf.common.runtime
Interface IStateController
public interface IStateController
State controllers cause the behavioral change required by a transition from on
particular state to another particular state.
- See Also:
StateManager
Method Summary |
boolean |
changeState()
Called by the StateManager when a transition from one state to another is required |
changeState
boolean changeState()
throws NonRecoverableStateChangeException,
RecoverableStateChangeException
- Called by the StateManager when a transition from one state to another is required
- Returns:
- Whether the state transition was succesful or not
- Throws:
NonRecoverableStateChangeException
RecoverableStateChangeException
Copyright © 2001-2011
Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.