org.oddjob.monitor.model
Class EventThreadLaterExecutor
java.lang.Object
org.oddjob.monitor.model.EventThreadLaterExecutor
- All Implemented Interfaces:
- Executor
public class EventThreadLaterExecutor
- extends Object
- implements Executor
Executor that dispatches to the Event Queue.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventThreadLaterExecutor
public EventThreadLaterExecutor()
execute
public void execute(Runnable command)
- Specified by:
execute
in interface Executor