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

An interruptible task periodically executed on the WorkerThread thread. More...

Inheritance diagram for com.jogamp.common.util.WorkerThread.Callback:
Collaboration diagram for com.jogamp.common.util.WorkerThread.Callback:

Public Member Functions

void run (WorkerThread self) throws InterruptedException
 Task to be periodically executed on the WorkerThread thread. More...
 

Detailed Description

An interruptible task periodically executed on the WorkerThread thread.

Definition at line 59 of file WorkerThread.java.

Member Function Documentation

◆ run()

void com.jogamp.common.util.WorkerThread.Callback.run ( WorkerThread  self) throws InterruptedException

Task to be periodically executed on the WorkerThread thread.

Parameters
selfThe WorkerThread manager
Exceptions
InterruptedException

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