rp1.simulator
Class SimMotionRequestHandler

java.lang.Object
  extended by rp1.simulator.SimMotionRequestHandler
All Implemented Interfaces:
RsMotionRequestHandler, RsRequestHandler

public class SimMotionRequestHandler
extends java.lang.Object
implements RsMotionRequestHandler

Handles specific client requests.


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

Constructor Detail

SimMotionRequestHandler

public SimMotionRequestHandler(SimClient client)
Method Detail

processRequest

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

process

public void process(RsMotionRequest request)
Specified by:
process in interface RsMotionRequestHandler