| Constructor and Description |
|---|
WindowThreadTrigger(Control parent) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
startTriggerThread(Runnable t)
This may be overridden to handle running the trigger task in a separate thread.
|
close, closed, couldNotStartThread, doTriggerTask, run, trigger, waitUntilFullyClosedpublic WindowThreadTrigger(Control parent)
protected final boolean startTriggerThread(Runnable t)
TriggerstartTriggerThread in class Triggert - the Runnable that must be run() in the separate task.