Interface ReferenceCounted


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

    Modifier and Type
    Method
    Description
    void
    Release the reference.
    void
    Retain the reference.
  • Method Details

    • retain

      void retain()
      Retain the reference.
    • release

      void release()
      Release the reference.