|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.atomikos.finitestates.FSMTransitionEvent<Status>
public class FSMTransitionEvent<Status>
| Field Summary | |
|---|---|
protected Status |
from
|
protected Status |
to
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FSMTransitionEvent(Object source,
Status fromState,
Status toState)
|
|
| Method Summary | |
|---|---|
Status |
fromState()
|
Status |
toState()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Status from
protected Status to
| Constructor Detail |
|---|
public FSMTransitionEvent(Object source,
Status fromState,
Status toState)
| Method Detail |
|---|
public Status fromState()
public Status toState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||