Interface Disposable

  • All Known Implementing Classes:
    OverlayDrawing

    public interface Disposable
    Object that can be disposed when it is no longer needed.
    • Method Detail

      • dispose

        void dispose()
        Disposes the object by performing required cleanup operations.
      • create

        @NotNull
        static @NotNull Disposable create​(@NotNull
                                          @NotNull java.lang.Runnable action)