Method summary
- __init__(self)
- cancel(self, component)
- Notify(self)
- reschedule(self, component, interval)
- schedule(self, component, interval)
Methods
- __init__(self)
- cancel(self, component)
Cancel any pending timer events for a component
- Notify(self)
Handle a timer 'pop' event; used for performance testing purposes
- reschedule(self, component, interval)
Reshedule a recurring timer event for a component
- schedule(self, component, interval)
Schedule a timer event for a specified component