java.lang.Runnableprotected 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, waitgetDescription, getException, getFinished, getResult, runpublic 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.QueueActionlaunch in class QueueTool.QueueAction