com.atomikos.finitestates
Interface FSMPreTransitionEventSource

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

public interface FSMPreTransitionEventSource
extends Stateful

A source of PreTransitionEvents.


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

Method Detail

addFSMPreTransitionListener

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


Copyright © 2011. All Rights Reserved.