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
Class used fot execution of an event through the dispatching thread.
- Author:
- Alexandre Iline(alexandre.iline@sun.com)
-
Constructor Summary
ConstructorsConstructorDescriptionDispatcher(Component component, AWTEvent e) Constructs an EventDriver$Dispatcher object. -
Method Summary
Methods inherited from class QueueTool.QueueAction
getDescription, getException, getFinished, getResult, run
-
Constructor Details
-
Dispatcher
-
-
Method Details
-
launch
Description copied from class:QueueTool.QueueActionMethod to implement action functionality.- Specified by:
launchin classQueueTool.QueueAction- Returns:
- an Object - action result
-