Interface DisposedAccessor.DisposedMutator

All Known Subinterfaces:
DisposedAccessor.DisposedProperty
Enclosing interface:
DisposedAccessor

public static interface DisposedAccessor.DisposedMutator
Provides a mutator for a dispose property.
  • Method Summary

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

    • setDisposed

      void setDisposed(boolean isDisposed)
      Sets the disposed status for the disposed property.
      Parameters:
      isDisposed - The disposed status to be stored by the disposed property.