Class NativeObject

    • Constructor Summary

      Constructors 
      Constructor Description
      NativeObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()
      Call this method when finished with the object; which will release the underlying C++ object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeObject

        public NativeObject()
    • Method Detail

      • destroy

        public void destroy()
        Call this method when finished with the object; which will release the underlying C++ object.
        Specified by:
        destroy in interface Destroyable