rp1.simulator
Class SimBodyHandler

java.lang.Object
  extended by rp1.rossum.RsConnectionBodyHandler
      extended by rp1.simulator.SimBodyHandler

public class SimBodyHandler
extends RsConnectionBodyHandler

A callback invoked once per client connection when a body-description is received.


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

Constructor Detail

SimBodyHandler

public SimBodyHandler(SimClient client)
Method Detail

process

public void process(RsBody body)
Specified by:
process in class RsConnectionBodyHandler