GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.WorkerThread.StateCallback.State Enum Reference

State change cause. More...

Collaboration diagram for com.jogamp.common.util.WorkerThread.StateCallback.State:

Public Attributes

 INIT
 
 PAUSED
 
 RESUMED
 
 END
 

Detailed Description

State change cause.

Definition at line 73 of file WorkerThread.java.

Member Data Documentation

◆ END

com.jogamp.common.util.WorkerThread.StateCallback.State.END

Definition at line 75 of file WorkerThread.java.

◆ INIT

com.jogamp.common.util.WorkerThread.StateCallback.State.INIT

Definition at line 74 of file WorkerThread.java.

◆ PAUSED

com.jogamp.common.util.WorkerThread.StateCallback.State.PAUSED

Definition at line 74 of file WorkerThread.java.

◆ RESUMED

com.jogamp.common.util.WorkerThread.StateCallback.State.RESUMED

Definition at line 74 of file WorkerThread.java.


The documentation for this enum was generated from the following file: