Package 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
Class used fot execution of an event through the dispatching thread.
-
Constructor Summary
ConstructorsConstructorDescriptionDispatcher
(Component component, AWTEvent e) Constructs an EventDriver$Dispatcher object. -
Method Summary
Methods inherited from class org.netbeans.jemmy.QueueTool.QueueAction
getDescription, getException, getFinished, getResult, run
-
Constructor Details
-
Dispatcher
Constructs an EventDriver$Dispatcher object.- Parameters:
component
- a component to dispatch event to.e
- an event to dispatch.
-
-
Method Details
-
launch
Description copied from class:QueueTool.QueueAction
Method to implement action functionality.- Specified by:
launch
in classQueueTool.QueueAction
- Returns:
- an Object - action result
-