net.metanotion.server
Interface State

All Superinterfaces:
Unknown

public interface State
extends Unknown


Method Summary
 void destroy(SessionCell s)
          The session containing this state machine is going to be destroyed.
 
Methods inherited from interface net.metanotion.util.Unknown
getInterface
 

Method Detail

destroy

void destroy(SessionCell s)
The session containing this state machine is going to be destroyed. Request that this state machine do any clean-up required.