com.sptci.echo2
Class Controller.Worker.Executor

java.lang.Object
  extended by com.sptci.echo2.Controller.Worker.Executor
All Implemented Interfaces:
Runnable
Enclosing class:
Controller.Worker<S>

 class Controller.Worker.Executor
extends Object
implements Runnable

The Runnable that is used to execute the task from the Echo2 TaskQueue.


Constructor Summary
Controller.Worker.Executor()
           
 
Method Summary
 void run()
          Execute Controller.Worker.method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.Worker.Executor

Controller.Worker.Executor()
Method Detail

run

public void run()
Execute Controller.Worker.method.

Specified by:
run in interface Runnable