com.atomikos.finitestates
Interface Stateful<Status>

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

public interface Stateful<Status>

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


Method Summary
 Status getState()
           
 

Method Detail

getState

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


Copyright © 2014. All Rights Reserved.