|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface State<S extends State<S>>
| Method Summary | |
|---|---|
String |
event()
Returns the event corresponding to this state. |
List<S> |
next()
Returns the list of states to which services can transition to from this state. |
String |
remoteForm()
Returns a serialisation of this state for exchange purposes. |
| Method Detail |
|---|
List<S> next()
String event()
String remoteForm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||