Describes releasable object listener which can be used to get notification about destroying releasable object.
You can find more information in comments below.
class IReleasableListener
{
public:
virtual void NotifyOnRelease(IReleasable *sender) = 0; // Notification called when releasable object is about to be destroyed
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IReleasable.h |