|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.aqueduct.StateEvent<T>
T - The type of InputSource object used by the State that fired this
eventpublic class StateEvent<T extends InputSource>
Message sent to active StateEventListeners.
| Constructor Summary | |
|---|---|
StateEvent(State<T> state,
T inputSource)
|
|
| Method Summary | |
|---|---|
T |
getInputSource()
The InputSource provided in the state transition during the StateEventListener event. |
State<T> |
getState()
The State involved in the StateEventListener event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateEvent(State<T> state,
T inputSource)
| Method Detail |
|---|
public State<T> getState()
public T getInputSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||