com.sptci.echo2
Class Controller.Updater.Executor

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

 class Controller.Updater.Executor
extends Object
implements Runnable

The runnable that is used to execute Controller.Updater.method on Controller.Updater.source when executed the application service.


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

Constructor Detail

Controller.Updater.Executor

Controller.Updater.Executor()
Method Detail

run

public void run()
Execute the method on the source object.

Specified by:
run in interface Runnable