|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transition
Description of a transition from the owning State
to another
State
with a specified identifier. Transition
instances
are owned by a single State
instance, or are global to an entire
Dialog
instance, and during execution of an application they are
immutable.
Method Summary | |
---|---|
String |
getOutcome()
Return the logical outcome used to select this Transition . |
String |
getTarget()
Return the target State identifier for this
Transition . |
Method Detail |
---|
String getOutcome()
Return the logical outcome used to select this Transition
.
Transition
to be
followedString getTarget()
Return the target State
identifier for this
Transition
.
State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |