Package arc.util
Interface Disposable
- All Known Subinterfaces:
Application
- All Known Implementing Classes:
Graphics,HeadlessApplication,MockApplication,MockGraphics,Pixmap,PixmapIO.PngWriter
public interface Disposable
Interface for disposable resources.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Releases all resources of this object.default boolean
-
Method Details
-
dispose
void dispose()Releases all resources of this object. -
isDisposed
default boolean isDisposed()
-