dca_interface  6.3.4
MyScheduleEventSubscriber Class Reference

#include <schedule_event_subscriber.h>

Inheritance diagram for MyScheduleEventSubscriber:
dca::ScheduleEventSubscriberIntf

Detailed Description

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
 

Member Function Documentation

◆ onEvent()

void MyScheduleEventSubscriber::onEvent ( dca::ScheduleActionType  actionType,
dca::ScheduleModuleId  moduleId,
const std::string &  version,
const std::string &  text 
)
virtual

Implementation of interface class method onEvent.

See also
dca::ScheduleEventSubscriberIntf

Implements dca::ScheduleEventSubscriberIntf.

Definition at line 20 of file url_samples/urldbsample_extended/schedule_event_subscriber.cpp.


The documentation for this class was generated from the following files: