Interface Resettable

  • All Known Implementing Classes:
    RecyclableInflater

    public interface Resettable
    An interface for recycleable objects that need to be reset when RecycleOnClose.close() is called to recycle the object.
    • Method Detail

      • reset

        void reset()
        Reset a recycleable object (called when the object is recycled).