Describes thread listener which is used to run job in separate thread.
You can find more information in comments below.
class IThreadListener
{
public:
virtual void NotifyOnProcess(IThread *sender) = 0; // Called to start thread job
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IThreadListener.h |