Class FSBANK_MEMORY_FREE_CALLBACK

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.fmod.FSBANK_MEMORY_FREE_CALLBACK
All Implemented Interfaces:
AutoCloseable, FSBANK_MEMORY_FREE_CALLBACKI, CallbackI, NativeResource, Pointer

public abstract class FSBANK_MEMORY_FREE_CALLBACK extends Callback implements FSBANK_MEMORY_FREE_CALLBACKI
Callback function: FSBANK_MEMORY_FREE_CALLBACK
  • Method Details

    • create

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

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

      Creates a FSBANK_MEMORY_FREE_CALLBACK instance that delegates to the specified FSBANK_MEMORY_FREE_CALLBACKI instance.