protected class EventDriver.Dispatcher extends QueueTool.QueueAction
Constructor | Description |
---|---|
Dispatcher(java.awt.Component component,
java.awt.AWTEvent e) |
Constructs an EventDriver$Dispatcher object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
launch() |
Method to implement action functionality.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getException, getFinished, getResult, run
public Dispatcher(java.awt.Component component, java.awt.AWTEvent e)
component
- a component to dispatch event to.e
- an event to dispatch.public java.lang.Object launch()
QueueTool.QueueAction
launch
in class QueueTool.QueueAction