Class NativeRunnable

  • All Implemented Interfaces:
    Native

    public abstract class NativeRunnable
    extends OpaqueMemory32
    Author:
    aploese TODO cleanup on GC
    • Constructor Detail

      • NativeRunnable

        public NativeRunnable()
    • Method Detail

      • nativeToHexString

        public String nativeToHexString()
      • releaseObjectRef

        public void releaseObjectRef()
        release the object ref on the natice side to allow garbage collection of this object
      • sizeOf_ObjectRef

        public static int sizeOf_ObjectRef()
      • callback

        protected abstract void callback()