|
dca_interface
6.3.4
|
#include <schedule_event_subscriber.h>
Example implementation of a schedule event subscriber.
Definition at line 24 of file url_samples/urldbsample_extended/schedule_event_subscriber.h.
Public Member Functions | |
| virtual void | onEvent (dca::ScheduleActionType actionType, dca::ScheduleModuleId moduleId, const std::string &version, const std::string &text) |
| Implementation of interface class method onEvent. More... | |
| void | DumpEventMessages () const |
| Dumps all collected messages to screen. | |
Protected Attributes | |
| std::vector< std::string > | event_log |
|
virtual |
Implementation of interface class method onEvent.
Implements dca::ScheduleEventSubscriberIntf.
Definition at line 20 of file url_samples/urldbsample_extended/schedule_event_subscriber.cpp.
1.8.18