Interface Disposable


  • public interface Disposable
    Interface for disposable objects. Implementation of this method should call native dispose method and all native resources should be properly destroyed after that call.
    • Method Detail

      • dispose

        void dispose()
        Destroys all native resources related to object which implements this interface.