|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
An interruptible task periodically executed on the WorkerThread thread.
More...
Public Member Functions | |
| void | run (WorkerThread self) throws InterruptedException |
Task to be periodically executed on the WorkerThread thread. More... | |
An interruptible task periodically executed on the WorkerThread thread.
Definition at line 59 of file WorkerThread.java.
| void com.jogamp.common.util.WorkerThread.Callback.run | ( | WorkerThread | self | ) | throws InterruptedException |
Task to be periodically executed on the WorkerThread thread.
| self | The WorkerThread manager |
| InterruptedException |