Content


NTL
Core
ITimerListener

ITimerListener


Describes timer listener which is used to run job periodically and is used during timers creation.

You can find more information in comments below.

class ITimerListener
{
public:
    virtual void NotifyOnTimer(const PlatformHandle id) = 0; // Notification is called when time elapsed 
};
Namespace: nitisa
Include: Nitisa/Interfaces/ITimerListener.h