|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStateCommand
Method Summary | |
---|---|
Object |
executeAfter(IState state)
This method will be called by the given state, and may perform any operation on that state. |
Object |
executeBefore(IState state)
This method will be called by the given state, and may perform any operation on that state. |
Method Detail |
---|
Object executeBefore(IState state) throws StateMachineException
state
- the calling state.
StateMachineException
Object executeAfter(IState state) throws StateMachineException
state
- the calling state.
StateMachineException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |