Uses of Class
com.atomikos.finitestates.FSMEnterEvent

Packages that use FSMEnterEvent
com.atomikos.finitestates   
 

Uses of FSMEnterEvent in com.atomikos.finitestates
 

Methods in com.atomikos.finitestates with parameters of type FSMEnterEvent
 void FSMEnterListener.entered(FSMEnterEvent e)
          Called when the FSM has entered a new state.
 void FSMPreEnterListener.preEnter(FSMEnterEvent e)
          Called BEFORE the FSM enters the new state, so that the callee is sure that nobody has seen the new state yet.
 



Copyright © 2011. All Rights Reserved.