|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotifyingDisposable
TODO find a better name for this interface objects implementing this interface allow other Disposables to be registered. as the main object is disposed, it will also invoke dispose on all registered Disposables.
Method Summary | |
---|---|
void |
registerDisposable(Disposable disposable)
the hooks registered by this method will be run when dispose is called. |
Method Detail |
---|
void registerDisposable(Disposable disposable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |