com.sptci.echo2
Class Controller.Updater.Executor
java.lang.Object
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.
|
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 |
Controller.Updater.Executor
Controller.Updater.Executor()
run
public void run()
- Execute the method on the source object.
- Specified by:
run in interface Runnable