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 class
WorkerThread.StateCallback.State
State change cause.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(WorkerThread self, WorkerThread.StateCallback.State cause)
-
-
-
Method Detail
-
run
void run(WorkerThread self, WorkerThread.StateCallback.State cause) throws InterruptedException
- Parameters:
self
- TheWorkerThread
managercause
- theWorkerThread.StateCallback.State
change cause- Throws:
InterruptedException
-
-