Interface Disposable


public interface Disposable
Interface for objects that can be disposed of.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disposes of the object.
    void
    Keeps the object from being disposed.
  • Method Details

    • keep

      void keep()
      Keeps the object from being disposed.
    • dispose

      void dispose()
      Disposes of the object.