Class AILogStreamCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.assimp.AILogStreamCallback
All Implemented Interfaces:
AutoCloseable, AILogStreamCallbackI, CallbackI, NativeResource, Pointer

public abstract class AILogStreamCallback extends Callback implements AILogStreamCallbackI
Callback function: aiLogStreamCallback
  • Method Details

    • create

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

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

      public static AILogStreamCallback create(AILogStreamCallbackI instance)
      Creates a AILogStreamCallback instance that delegates to the specified AILogStreamCallbackI instance.