Package org.progeeks.fsm

Interface Summary
StateHandler Handles a message type for a given state.
 

Class Summary
FiniteStateMachine Provides simple and fast state based processing of message events.
ForwardingTransitionHandler A transition handler subclass that will forward to a specified delegate StateHandler before returning it's internal state value.
TransitionHandler A handler that simply returns an arbitrary state transition.
 



Copyright © 2002-2003 Paul Speed. All Rights Reserved.