com.atomikos.finitestates
Interface FSMPreTransitionEventSource

All Superinterfaces:
Stateful
All Known Subinterfaces:
FSM
All Known Implementing Classes:
FSMImp

public interface FSMPreTransitionEventSource
extends Stateful


Method Summary
 void addFSMPreTransitionListener(FSMPreTransitionListener l, TxState from, TxState to)
           
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 

Method Detail

addFSMPreTransitionListener

void addFSMPreTransitionListener(FSMPreTransitionListener l,
                                 TxState from,
                                 TxState to)


Copyright © 2016. All Rights Reserved.