rp1.simulator
Class SimProtocolShutdownHandler

java.lang.Object
  extended by rp1.simulator.SimProtocolShutdownHandler
All Implemented Interfaces:
RsProtocolShutdownHandler

public class SimProtocolShutdownHandler
extends java.lang.Object
implements RsProtocolShutdownHandler

A callback invoked to clean up resources when a client disconnects.


Constructor Summary
SimProtocolShutdownHandler(SimClient clientReference)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimProtocolShutdownHandler

public SimProtocolShutdownHandler(SimClient clientReference)
Method Detail

process

public void process()
Specified by:
process in interface RsProtocolShutdownHandler