rp1.simulator
Class SimPainterChangeTask

java.lang.Object
  extended by rp1.simulator.SimTask
      extended by rp1.simulator.SimPainterChangeTask

public class SimPainterChangeTask
extends SimTask

A task queued by a SimClient in response to a RsPainterChangeRequest.


Constructor Summary
SimPainterChangeTask(SimClient client, RsPainterChangeRequest request)
           
 
Method Summary
 void process()
           
 
Methods inherited from class rp1.simulator.SimTask
setStartTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimPainterChangeTask

public SimPainterChangeTask(SimClient client,
                            RsPainterChangeRequest request)
Method Detail

process

public void process()
Specified by:
process in class SimTask