org.oddjob.monitor.model
Class EventThreadLaterExecutor

java.lang.Object
  extended by 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

Constructor Summary
EventThreadLaterExecutor()
           
 
Method Summary
 void execute(Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventThreadLaterExecutor

public EventThreadLaterExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor