LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
LogCabin::Event::Timer::Monitor Class Reference

Registers a Timer handler to be monitored by the Event::Loop. More...

#include <Timer.h>

Inheritance diagram for LogCabin::Event::Timer::Monitor:
LogCabin::Event::File::Monitor

List of all members.

Public Member Functions

 Monitor (Event::Loop &eventLoop, Timer &timer)
 See File::Monitor::Monitor.
 ~Monitor ()
 See File::Monitor::~Monitor.

Detailed Description

Registers a Timer handler to be monitored by the Event::Loop.

Once this is constructed, the Event::Loop will call the Timer's event handler appropriately.

This object must be destroyed or disableForever() called BEFORE the Timer object can be destroyed safely.

Definition at line 48 of file Timer.h.


Constructor & Destructor Documentation

See File::Monitor::Monitor.

Definition at line 46 of file Timer.cc.

See File::Monitor::~Monitor.

Reimplemented from LogCabin::Event::File::Monitor.

Definition at line 51 of file Timer.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines