JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey Class Reference

Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam) More...

Collaboration diagram for com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey:

Public Member Functions

 AlcEventCallbackSOFTKey (java.lang.Object userParam)
 
boolean equals (final Object o)
 
int hashCode ()
 

Public Attributes

final java.lang.Object userParam
 

Detailed Description

Key { java.lang.Object userParam } for
void alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, Object userParam)

Definition at line 558 of file ALExt.java.

Constructor & Destructor Documentation

◆ AlcEventCallbackSOFTKey()

com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey.AlcEventCallbackSOFTKey ( java.lang.Object  userParam)

Definition at line 560 of file ALExt.java.

Here is the caller graph for this function:

Member Function Documentation

◆ equals()

boolean com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey.equals ( final Object  o)

Definition at line 564 of file ALExt.java.

Here is the call graph for this function:

◆ hashCode()

int com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey.hashCode ( )

Definition at line 575 of file ALExt.java.

Member Data Documentation

◆ userParam

final java.lang.Object com.jogamp.openal.ALExt.AlcEventCallbackSOFTKey.userParam

Definition at line 559 of file ALExt.java.


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