com.atomikos.finitestates
Interface Stateful

All Known Subinterfaces:
FSM, FSMEnterEventSource, FSMPreEnterEventSource, FSMPreTransitionEventSource, FSMTransitionEventSource, StateMutable
All Known Implementing Classes:
FSMImp

public interface Stateful

Abstract representation of an object that has a state. A state can be anything.


Method Summary
 Object getState()
           
 

Method Detail

getState

Object getState()
Returns:
The object representing the state.


Copyright © 2011. All Rights Reserved.