Garmin Fleet Management Controller  2.19.0
TimerListener.cpp
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * MODULE NAME:
4 * TimerListener.cpp
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 
11 #include "stdafx.h"
12 #include "TimerListener.h"
13 #include "TimerManager.h"
14 
16 {
18 }
19 
21 {
23 }
static void addListener(TimerListener *aListener)
Register a listener to receive periodic callbacks.
static void removeListener(TimerListener *aListener)
Remove a TimerListener from the list that is called.
virtual ~TimerListener()