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
protected class EventDriver.Dispatcher extends QueueTool.QueueAction
Class used fot execution of an event through the dispatching thread.
-
-
Constructor Summary
Constructors Constructor Description Dispatcher(Component component, AWTEvent e)
Constructs an EventDriver$Dispatcher object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
launch()
Method to implement action functionality.-
Methods inherited from class org.netbeans.jemmy.QueueTool.QueueAction
getDescription, getException, getFinished, getResult, run
-
-
-
-
Method Detail
-
launch
public Object launch()
Description copied from class:QueueTool.QueueAction
Method to implement action functionality.- Specified by:
launch
in classQueueTool.QueueAction
- Returns:
- an Object - action result
-
-