JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener:

Public Member Functions

 MyGLDebugListener (final int recSource, final int recType, final int recSeverity)
 
 MyGLDebugListener (final String recMsg, final int recId)
 
boolean received ()
 
void messageSent (final GLDebugMessage event)
 Handle GLDebugMessage message sent from native GL implementation. More...
 
void messageSent (GLDebugMessage event)
 Handle GLDebugMessage message sent from native GL implementation. More...
 

Detailed Description

Definition at line 198 of file TestGLDebug01NEWT.java.

Constructor & Destructor Documentation

◆ MyGLDebugListener() [1/2]

com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.MyGLDebugListener ( final int  recSource,
final int  recType,
final int  recSeverity 
)

Definition at line 207 of file TestGLDebug01NEWT.java.

◆ MyGLDebugListener() [2/2]

com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.MyGLDebugListener ( final String  recMsg,
final int  recId 
)

Definition at line 215 of file TestGLDebug01NEWT.java.

Member Function Documentation

◆ messageSent()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.messageSent ( final GLDebugMessage  event)

Handle GLDebugMessage message sent from native GL implementation.

Since this method is invoked directly by the GL implementation, it shall return as fast as possible.

Implements com.jogamp.opengl.GLDebugListener.

Definition at line 225 of file TestGLDebug01NEWT.java.

Here is the call graph for this function:

◆ received()

boolean com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT.MyGLDebugListener.received ( )

Definition at line 223 of file TestGLDebug01NEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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