public interface NotifyingDisposable extends Disposable
Modifier and Type | Method and Description |
---|---|
void |
registerDisposable(Disposable disposable)
the hooks registered by this method will be run when dispose is called.
|
void registerDisposable(Disposable disposable)