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