Package org.lwjgl.system.macosx
Class EnumerationMutationHandler
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.macosx.EnumerationMutationHandler
- All Implemented Interfaces:
AutoCloseable
,CallbackI
,EnumerationMutationHandlerI
,NativeResource
,Pointer
public abstract class EnumerationMutationHandler
extends Callback
implements EnumerationMutationHandlerI
Callback function:
EnumerationMutationHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 @Nullable 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
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aEnumerationMutationHandler
instance from the specified function pointer.- Returns:
- the new
EnumerationMutationHandler
-
createSafe
-
create
Creates aEnumerationMutationHandler
instance that delegates to the specifiedEnumerationMutationHandlerI
instance.
-