DummyEvent Class Reference

This class does nothing when the execute function is called. More...

#include <event.hpp>

Inheritance diagram for DummyEvent:

Event List of all members.

Public Types

typedef boost::shared_ptr<
DummyEvent
DummyEventPtr
 Smart pointer that clients should use.

Public Member Functions

void execute ()
 The code that gets executed for the event.

Static Public Member Functions

static DummyEventPtr create ()
 A factory method to ensure that all objects are created via new since we are using smart pointers.

Protected Member Functions

 DummyEvent ()
 A constructor.

Detailed Description

This class does nothing when the execute function is called.

This can be used with timers that require no action upon firing.

Definition at line 141 of file event.hpp.


Member Function Documentation

void DummyEvent::execute (  )  [inline, virtual]

The code that gets executed for the event.

Does nothing for this class.

Implements Event.

Definition at line 160 of file event.hpp.


The documentation for this class was generated from the following file:
Generated on Tue Dec 12 17:04:40 2006 for rfidsim by  doxygen 1.4.7