Class SOFTSystemEventProc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.openal.SOFTSystemEventProc
All Implemented Interfaces:
AutoCloseable, SOFTSystemEventProcI, CallbackI, NativeResource, Pointer

public abstract class SOFTSystemEventProc extends Callback implements SOFTSystemEventProcI
Callback function: ALCEVENTPROCTYPESOFT
  • Method Details

    • create

      public static SOFTSystemEventProc create(long functionPointer)
      Creates a SOFTSystemEventProc instance from the specified function pointer.
      Returns:
      the new SOFTSystemEventProc
    • createSafe

      public static @Nullable SOFTSystemEventProc createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static SOFTSystemEventProc create(SOFTSystemEventProcI instance)
      Creates a SOFTSystemEventProc instance that delegates to the specified SOFTSystemEventProcI instance.