This interface describes custom notification listener which is used in property handlers.
You can find more information in comments below.
class IUpdateListener
{
public:
virtual void NotifyOnUpdate() = 0; // Notification called when data was updated
};
Namespace: | nitisa::charts |
Include: | Charts/Interfaces/IUpdateListener.h |