Package com.jogamp.common.util
Interface WorkerThread.StateCallback
-
- Enclosing class:
- WorkerThread
public static interface WorkerThread.StateCallback
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkerThread.StateCallback.StateState change cause.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(WorkerThread self, WorkerThread.StateCallback.State cause)
-
-
-
Method Detail
-
run
void run(WorkerThread self, WorkerThread.StateCallback.State cause) throws InterruptedException
- Parameters:
self- TheWorkerThreadmanagercause- theWorkerThread.StateCallback.Statechange cause- Throws:
InterruptedException
-
-