Interface DisposedAccessor

All Known Subinterfaces:
DisposedAccessor.DisposedProperty

public interface DisposedAccessor
Provides an accessor for a dispose property. If the Disposable.dispose() of the interface Disposable has not been called, then false is returned, else true is returned. The return state has to be implemented by the programmer using this interface.
  • Method Details

    • isDisposed

      boolean isDisposed()
      Returns the disposed status for the disposed property.
      Returns:
      The disposed status to be stored by the disposed property.