com.atomikos.finitestates
Class FSMTransitionEvent

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

public class FSMTransitionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
protected  TxState from
           
protected  TxState to
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FSMTransitionEvent(Object source, TxState fromState, TxState toState)
           
 
Method Summary
 TxState fromState()
           
 TxState 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

from

protected TxState from

to

protected TxState to
Constructor Detail

FSMTransitionEvent

public FSMTransitionEvent(Object source,
                          TxState fromState,
                          TxState toState)
Method Detail

fromState

public TxState fromState()

toState

public TxState toState()


Copyright © 2016. All Rights Reserved.