com.atomikos.finitestates
Interface FSMPreEnterEventSource<Status>

All Superinterfaces:
Stateful<Status>
All Known Subinterfaces:
FSM<Status>
All Known Implementing Classes:
FSMImp

public interface FSMPreEnterEventSource<Status>
extends Stateful<Status>

A source of FSMPreEnterEvents.


Method Summary
 void addFSMPreEnterListener(FSMPreEnterListener<Status> l, Status state)
           
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 

Method Detail

addFSMPreEnterListener

void addFSMPreEnterListener(FSMPreEnterListener<Status> l,
                            Status state)


Copyright © 2014. All Rights Reserved.