public interface DisposeObservable
| Modifier and Type | Method and Description | 
|---|---|
| DisposeObserver | getDisposeObserver()Return an "observer" object that tracks the dispose status
 of this object. | 
| boolean | isDisposed()Whether or not the current object is disposed | 
boolean isDisposed()
DisposeObserver getDisposeObserver()