public abstract class AILogStreamCallback extends org.lwjgl.system.Callback implements AILogStreamCallbackI
void (*) (
char const *message,
void *user
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static AILogStreamCallback |
create(AILogStreamCallbackI instance)
Creates a
AILogStreamCallback instance that delegates to the specified AILogStreamCallbackI instance. |
static AILogStreamCallback |
create(long functionPointer)
Creates a
AILogStreamCallback instance from the specified function pointer. |
static AILogStreamCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static AILogStreamCallback create(long functionPointer)
AILogStreamCallback instance from the specified function pointer.AILogStreamCallback@Nullable public static AILogStreamCallback createSafe(long functionPointer)
public static AILogStreamCallback create(AILogStreamCallbackI instance)
AILogStreamCallback instance that delegates to the specified AILogStreamCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.