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, waitUntilFullyClosed
public WindowThreadTrigger(Control parent)
protected final boolean startTriggerThread(Runnable t)
Trigger
startTriggerThread
in class Trigger
t
- the Runnable that must be run() in the separate task.