|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.atomikos.finitestates.FSMEnterEvent
public class FSMEnterEvent
Events signalling the transition of the FSM to a new state.
| Field Summary | |
|---|---|
protected Object |
newState
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FSMEnterEvent(Object source,
Object state)
|
|
| Method Summary | |
|---|---|
Object |
getState()
The new state that was entered. |
| 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 Object newState
| Constructor Detail |
|---|
public FSMEnterEvent(Object source,
Object state)
| Method Detail |
|---|
public Object getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||