|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingThread | |
---|---|
de.sciss.common |
Uses of ProcessingThread in de.sciss.common |
---|
Methods in de.sciss.common that return ProcessingThread | |
---|---|
ProcessingThread |
BasicMenuFactory.closeAll(boolean force,
Flag confirmed)
|
abstract ProcessingThread |
BasicDocument.closeDocument(boolean force,
Flag wasClosed)
|
static ProcessingThread |
ProcessingThread.currentThread()
|
ProcessingThread |
ProcessingThread.Event.getProcessingThread()
|
Methods in de.sciss.common with parameters of type ProcessingThread | |
---|---|
void |
ProcessingThread.Client.processCancel(ProcessingThread context)
This gets invoked when the user requests to abort the process. |
void |
ProcessingThread.Client.processFinished(ProcessingThread context)
This gets invoked when processRun() is finished or
aborted. |
int |
ProcessingThread.Client.processRun(ProcessingThread context)
Does the processing. |
abstract void |
BasicDocument.start(ProcessingThread pt)
|
Constructors in de.sciss.common with parameters of type ProcessingThread | |
---|---|
ProcessingThread.Event(java.lang.Object source,
int ID,
long when,
ProcessingThread pt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |