com.atomikos.finitestates
Class FSMEnterEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.atomikos.finitestates.FSMEnterEvent
All Implemented Interfaces:
Serializable

public class FSMEnterEvent
extends EventObject

Events signalling the transition of the FSM to a new state.

See Also:
Serialized Form

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

newState

protected Object newState
Constructor Detail

FSMEnterEvent

public FSMEnterEvent(Object source,
                     Object state)
Method Detail

getState

public Object getState()
The new state that was entered.



Copyright © 2011. All Rights Reserved.