Interface Disposable
-
- All Implemented Interfaces:
public interface DisposableDisposable resource. Implementations of this interface can be disposed once their work is done or the result is no longer necessary
-
-
Method Summary
Modifier and Type Method Description abstract Unitdispose()Disposes the resource abstract BooleanisDisposed()-
-
Method Detail
-
isDisposed
abstract Boolean isDisposed()
-
-
-
-