AceSmartSoft API Documentation
Public Member Functions | List of all members
SmartACE::TimerHandler Class Reference

Interface to receive notification from a TimerThread. More...

#include <smartTimerManagerThread.hh>

Inheritance diagram for SmartACE::TimerHandler:
SmartACE::ShutdownTimer

Public Member Functions

 TimerHandler ()
 
virtual ~TimerHandler ()
 
virtual void timerCancelled () override
 This method is called when the timer is cancelled. More...
 
virtual void timerDeleted (const void *act) override
 This method is called when the timer queue is destroyed and the timer is still contained in it. More...
 

Detailed Description

Interface to receive notification from a TimerThread.

handler methods (hooks) are not abstract -> the user is not forced to provide handler methods he does not need.

Constructor & Destructor Documentation

◆ TimerHandler()

SmartACE::TimerHandler::TimerHandler ( )

◆ ~TimerHandler()

virtual SmartACE::TimerHandler::~TimerHandler ( )
virtual

Member Function Documentation

◆ timerCancelled()

virtual void SmartACE::TimerHandler::timerCancelled ( )
inlineoverridevirtual

This method is called when the timer is cancelled.

◆ timerDeleted()

virtual void SmartACE::TimerHandler::timerDeleted ( const void *  act)
inlineoverridevirtual

This method is called when the timer queue is destroyed and the timer is still contained in it.


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