org.oddjob.monitor.model
Class EventThreadOnlyDispatcher

java.lang.Object
  extended by org.oddjob.monitor.model.EventThreadOnlyDispatcher
All Implemented Interfaces:
Executor

public class EventThreadOnlyDispatcher
extends Object
implements Executor

An Executor that checks all events are being dispatched on the Event Dispatch Thread.

Author:
rob

Constructor Summary
EventThreadOnlyDispatcher()
           
 
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

EventThreadOnlyDispatcher

public EventThreadOnlyDispatcher()
Method Detail

execute

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