Class FMOD_FILE_ASYNCDONE_FUNC

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

public abstract class FMOD_FILE_ASYNCDONE_FUNC extends Callback implements FMOD_FILE_ASYNCDONE_FUNCI
Callback function: FMOD_FILE_ASYNCDONE_FUNC
  • Method Details

    • create

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

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

      public static FMOD_FILE_ASYNCDONE_FUNC create(FMOD_FILE_ASYNCDONE_FUNCI instance)
      Creates a FMOD_FILE_ASYNCDONE_FUNC instance that delegates to the specified FMOD_FILE_ASYNCDONE_FUNCI instance.