Interface ReferenceCounted


  • public interface ReferenceCounted
    An interface for indicating an object is reference counted.
    • Method Detail

      • retain

        void retain()
        Retain the reference.
      • release

        void release()
        Release the reference.