- virtual void Notify() = 0; // Override this member
-
- // Returns the current interval time (0 if stop)
- int Interval() const { return m_milli; };
- bool OneShot() const { return m_oneShot; }
-
-protected:
- bool m_oneShot ;
- int m_milli ;
- int m_lastMilli ;
-
- long m_id;