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
  • Method Details

    • create

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

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

      Creates a EnumerationMutationHandler instance that delegates to the specified EnumerationMutationHandlerI instance.