org.netbeans.jemmy.drivers.input
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.
Method Summary |
Object |
launch()
Method to implement action functionality. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDriver.Dispatcher
public EventDriver.Dispatcher(Component component,
AWTEvent e)
- Constructs an EventDriver$Dispatcher object.
- Parameters:
component
- a component to dispatch event to.e
- an event to dispatch.
launch
public Object launch()
- Description copied from class:
QueueTool.QueueAction
- Method to implement action functionality.
- Specified by:
launch
in class QueueTool.QueueAction
- Returns:
- an Object - action result