Interface DisposedAccessor

  • All Known Subinterfaces:
    Disposable.Disposedable, DisposedAccessor.DisposedProperty


    public interface DisposedAccessor
    Provides an accessor for a dispose property. If the method dispose() of the interface GenericDisposeabelPrivate 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 Detail

      • isDisposed

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