|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ statemachine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.iicm.xpg.statemachine
Interface Transition

- public interface Transition
- Version:
- $Revision: 1.3 $
Method Summary | |
java.lang.String |
transitionTriggered(Input input,
State from_state,
State to_state,
StateMachine machine,
DataObject data)
|
Method Detail |
transitionTriggered
public java.lang.String transitionTriggered(Input input, State from_state, State to_state, StateMachine machine, DataObject data) throws TransitionException
|
|||||||||
Home >> All >> edu >> iicm >> xpg >> [ statemachine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |