- 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.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for an domain property.static interface
Provides a mutator for a dispose property.static interface
Provides a mutator for a dispose property. -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.
-