Class OPECloseFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.opus.OPECloseFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, OPECloseFuncI

public abstract class OPECloseFunc extends Callback implements OPECloseFuncI
Callback function: ope_close_func
  • Method Details

    • create

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

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

      public static OPECloseFunc create(OPECloseFuncI instance)
      Creates a OPECloseFunc instance that delegates to the specified OPECloseFuncI instance.