public class FSMTransitionEvent extends java.util.EventObject
protected TxState
from
to
source
FSMTransitionEvent(java.lang.Object source, TxState fromState, TxState toState)
TxState
fromState()
toState()
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected TxState from
protected TxState to
public FSMTransitionEvent(java.lang.Object source, TxState fromState, TxState toState)
public TxState fromState()
public TxState toState()
Copyright © 2018. All Rights Reserved.