Package arc.util

Interface Disposable

All Known Subinterfaces:
Application
All Known Implementing Classes:
HeadlessApplication, MockApplication, Pixmap, PixmapIO.PngWriter

public interface Disposable
Interface for disposable resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Releases all resources of this object.
    default boolean
     
  • Method Details

    • dispose

      void dispose()
      Releases all resources of this object.
    • isDisposed

      default boolean isDisposed()