Package org.lwjgl.system.macosx
Class EnumerationMutationHandler
- java.lang.Object
-
- org.lwjgl.system.Callback
-
- org.lwjgl.system.macosx.EnumerationMutationHandler
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.CallbackI
,EnumerationMutationHandlerI
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public abstract class EnumerationMutationHandler extends org.lwjgl.system.Callback implements EnumerationMutationHandlerI
A mutation handler.Type
void (*
EnumerationMutationHandlerI.invoke(long)
) ( id id )
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
CIF
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnumerationMutationHandler
create(long functionPointer)
Creates aEnumerationMutationHandler
instance from the specified function pointer.static EnumerationMutationHandler
create(EnumerationMutationHandlerI instance)
Creates aEnumerationMutationHandler
instance that delegates to the specifiedEnumerationMutationHandlerI
instance.static EnumerationMutationHandler
createSafe(long functionPointer)
-
Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
callback, getCallInterface, invoke
-
-
-
-
Method Detail
-
create
public static EnumerationMutationHandler create(long functionPointer)
Creates aEnumerationMutationHandler
instance from the specified function pointer.- Returns:
- the new
EnumerationMutationHandler
-
createSafe
@Nullable public static EnumerationMutationHandler createSafe(long functionPointer)
-
create
public static EnumerationMutationHandler create(EnumerationMutationHandlerI instance)
Creates aEnumerationMutationHandler
instance that delegates to the specifiedEnumerationMutationHandlerI
instance.
-
-