execute function is called.
More...
#include <event.hpp>
Inheritance diagram for DummyEvent:

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. | |
execute function is called.
This can be used with timers that require no action upon firing.
Definition at line 141 of file event.hpp.
| void DummyEvent::execute | ( | ) | [inline, virtual] |
1.4.7