Timer  2.1
 All Classes Files Functions Variables Friends
TimerAdapter Class Referenceabstract

#include <Timer.h>

Public Member Functions

virtual void timeExpired ()=0
 
virtual ~TimerAdapter ()
 

Protected Member Functions

 TimerAdapter ()
 

Private Member Functions

 TimerAdapter (const TimerAdapter &src)
 
TimerAdapteroperator= (const TimerAdapter &src)
 

Detailed Description

Adapter Interface, will notify timeExpired() event. Implementations derived from this interface can be injected into a Timer object. The Timer then will call out the specific adapter's timeExpired() method.

Constructor & Destructor Documentation

TimerAdapter::TimerAdapter ( )
inlineprotected
virtual TimerAdapter::~TimerAdapter ( )
inlinevirtual
TimerAdapter::TimerAdapter ( const TimerAdapter src)
private

Member Function Documentation

TimerAdapter& TimerAdapter::operator= ( const TimerAdapter src)
private
virtual void TimerAdapter::timeExpired ( )
pure virtual

Time expired event. To be implemented by specific Timer Adapter class.


The documentation for this class was generated from the following file: