Package com.jogamp.common.util
Interface WorkerThread.Callback
-
- Enclosing class:
- WorkerThread
public static interface WorkerThread.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(WorkerThread self)
Task to be periodically executed on theWorkerThread
thread
.
-
-
-
Method Detail
-
run
void run(WorkerThread self) throws InterruptedException
Task to be periodically executed on theWorkerThread
thread
.- Parameters:
self
- TheWorkerThread
manager- Throws:
InterruptedException
-
-