protocol collectionOwner

This protocol specifies the interface that is used to notify implementing object that another object is about to be destroyed. In particular, this protocol is used by collectionOwner object to stop notifications to vended out liveArray or liveDictionary after liveArray or liveDictionary is released by the last consumer. Please see sample implementation in liveArray::collectionOwner.

Methoden