rp1.simulator
Class SimPlanRequestHandler

java.lang.Object
  extended by rp1.simulator.SimPlanRequestHandler
All Implemented Interfaces:
RsPlanRequestHandler, RsRequestHandler

public class SimPlanRequestHandler
extends java.lang.Object
implements RsPlanRequestHandler

Handles specific client requests.


Constructor Summary
SimPlanRequestHandler(SimClient _client)
           
 
Method Summary
 void process(RsPlanRequest request)
           
 void processRequest(RsRequest t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimPlanRequestHandler

public SimPlanRequestHandler(SimClient _client)
Method Detail

processRequest

public void processRequest(RsRequest t)
Specified by:
processRequest in interface RsRequestHandler

process

public void process(RsPlanRequest request)
Specified by:
process in interface RsPlanRequestHandler