com.atomikos.finitestates
Interface FSMEnterListener

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

public interface FSMEnterListener
extends EventListener

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.



Copyright © 2011. All Rights Reserved.