Interface Cleanable


public interface Cleanable
Interface defines that the object is cleanable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementations must implement this cleanup method
  • Method Details

    • cleanup

      void cleanup()
      Implementations must implement this cleanup method