rp1.simulator
Class SimClearAllPaintBoxesTask

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

public class SimClearAllPaintBoxesTask
extends SimTask

A task queued when the user selects the clear paint boxes menu item.


Constructor Summary
SimClearAllPaintBoxesTask(SimSession session)
           
 
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

SimClearAllPaintBoxesTask

public SimClearAllPaintBoxesTask(SimSession session)
Method Detail

process

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