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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  DisposedAccessor.DisposedMutator
    Provides a mutator for a dispose property.
    static interface  DisposedAccessor.DisposedProperty
    Provides a mutator for a dispose property.
  • Method Summary

    Modifier and Type Method Description
    boolean isDisposed()
    Returns the disposed status for the disposed property.
  • Method Details

    • isDisposed

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