Describes feedback listener.
You can find more information in comments below.
class IFeedbackListener
{
public:
virtual void NotifyOnChange() = 0; // Notification is called right before a change
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IFeedbackListener.h |