GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.InterruptSource.Util Class Reference
Collaboration diagram for com.jogamp.common.util.InterruptSource.Util:

Static Public Member Functions

static InterruptSource get (final java.lang.Thread t)
 Casts given java.lang.Thread to InterruptSource if applicable, otherwise returns null. More...
 
static InterruptSource currentThread ()
 Casts current java.lang.Thread to InterruptSource if applicable, otherwise returns null. More...
 

Detailed Description

Definition at line 54 of file InterruptSource.java.

Member Function Documentation

◆ currentThread()

static InterruptSource com.jogamp.common.util.InterruptSource.Util.currentThread ( )
static

Casts current java.lang.Thread to InterruptSource if applicable, otherwise returns null.

Definition at line 70 of file InterruptSource.java.

Here is the caller graph for this function:

◆ get()

static InterruptSource com.jogamp.common.util.InterruptSource.Util.get ( final java.lang.Thread  t)
static

Casts given java.lang.Thread to InterruptSource if applicable, otherwise returns null.

Definition at line 59 of file InterruptSource.java.


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