net.metanotion.server
Interface SessionStateMachine<S,I>


public interface SessionStateMachine<S,I>


Method Summary
 S computeNextState(java.lang.Object event, S currentState, SessionCell<S> _cell)
           
 S newStartState(I initial)
           
 

Method Detail

newStartState

S newStartState(I initial)

computeNextState

S computeNextState(java.lang.Object event,
                   S currentState,
                   SessionCell<S> _cell)