|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransitionInterface
This interface defines methods necessary to test for a state transition.
| Method Summary | |
|---|---|
java.lang.String |
execute()
Tests the transition for the specified object returning the name of the new State if the transition was successful; null otherwise. |
java.lang.String |
getName()
Returns the name of this transition. |
| Method Detail |
|---|
java.lang.String execute()
throws TransitionException
TransitionException - if there is a problem executing the transition.java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||