IBR-DTNSuite 0.6

ibrcommon::TimerCallback Class Reference

#include <Timer.h>

List of all members.

Public Member Functions

virtual bool timeout (Timer *timer)=0

Detailed Description

Definition at line 22 of file Timer.h.


Member Function Documentation

virtual bool ibrcommon::TimerCallback::timeout ( Timer timer) [pure virtual]

This method will be called if the timer timed out.

Parameters:
timerThe reference to the timer which timed out.
Returns:
True, if the timer should be reset and start again.

Referenced by ibrcommon::Timer::run().


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