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<Status> e)
          Called when the FSM has entered a new state.
 void FSMPreEnterListener.preEnter(FSMEnterEvent<Status> e)
          Called BEFORE the FSM enters the new state, so that the callee is sure that nobody has seen the new state yet.
 



Copyright © 2014. All Rights Reserved.