Inheritance diagram for code::TimedEventHandler::TimerEvent:
They have no source (getSource() returns 0) and the event type is "TimerEvent"
Public Member Functions | |
TimerEvent (const code::Time &timeOfAlarm) | |
const Time & | getTime () const |
ActionSource * | getSource () const |
Returns a pointer to the object that generated this ActionEvent. | |
const std::string & | getType () const |
Returns a source-specific type identifier to indicate what action occurred. |
code::TimedEventHandler::TimerEvent::TimerEvent | ( | const code::Time & | timeOfAlarm | ) | [inline] |
ActionSource* code::ActionEvent::getSource | ( | ) | const [inline, inherited] |
Returns a pointer to the object that generated this ActionEvent.
const Time& code::TimedEventHandler::TimerEvent::getTime | ( | ) | const [inline] |
const std::string& code::ActionEvent::getType | ( | ) | const [inline, inherited] |
Returns a source-specific type identifier to indicate what action occurred.