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 voidrun(WorkerThread self)Task to be periodically executed on theWorkerThreadthread.
-
-
-
Method Detail
-
run
void run(WorkerThread self) throws InterruptedException
Task to be periodically executed on theWorkerThreadthread.- Parameters:
self- TheWorkerThreadmanager- Throws:
InterruptedException
-
-