Class EventDriver.Dispatcher

java.lang.Object
org.netbeans.jemmy.QueueTool.QueueAction
org.netbeans.jemmy.drivers.input.EventDriver.Dispatcher
All Implemented Interfaces:
Runnable
Enclosing class:
EventDriver

protected class EventDriver.Dispatcher extends QueueTool.QueueAction
Class used fot execution of an event through the dispatching thread.
  • Constructor Details

    • Dispatcher

      public Dispatcher(Component component, AWTEvent e)
      Constructs an EventDriver$Dispatcher object.
      Parameters:
      component - a component to dispatch event to.
      e - an event to dispatch.
  • Method Details