Uses of Interface
net.metanotion.server.SessionCell

Packages that use SessionCell
net.metanotion.server   
 

Uses of SessionCell in net.metanotion.server
 

Classes in net.metanotion.server that implement SessionCell
 class Session<S extends State>
           
 

Methods in net.metanotion.server with parameters of type SessionCell
 S SessionStateMachine.computeNextState(java.lang.Object event, S currentState, SessionCell<S> _cell)
           
 void State.destroy(SessionCell s)
          The session containing this state machine is going to be destroyed.