Class EventThreadOnlyDispatcher

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

    • EventThreadOnlyDispatcher

      public EventThreadOnlyDispatcher()
  • Method Details