java.lang.Object
org.eclipse.net4j.util.fsm.FiniteStateMachine.StateChangedEvent
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StateChangedEvent
public StateChangedEvent(Object subject,
Enum<?> oldState,
Enum<?> newState)
-
Method Details
-
-
-
getOldState
public Enum<?> getOldState()
-
getNewState
public Enum<?> getNewState()