com.atomikos.finitestates
Interface FSMEnterListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CompositeTransactionImp, TransactionServiceImp

public interface FSMEnterListener
extends EventListener

Copyright © 2000, Atomikos. A listener on FSMEnterEvent occurrences.


Method Summary
 void entered(FSMEnterEvent e)
          Called when the FSM has entered a new state.
 

Method Detail

entered

void entered(FSMEnterEvent e)
Called when the FSM has entered a new state.