com.atomikos.finitestates
Interface FSMEnterEventSource<Status>

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

public interface FSMEnterEventSource<Status>
extends Stateful<Status>

Interface of an FSMEnterEventSource.


Method Summary
 void addFSMEnterListener(FSMEnterListener<Status> l, Status state)
          Add an enter event listener.
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 

Method Detail

addFSMEnterListener

void addFSMEnterListener(FSMEnterListener<Status> l,
                         Status state)
Add an enter event listener.

Parameters:
l - The listener.
state - The state to listen on.


Copyright © 2014. All Rights Reserved.