dca_interface  6.3.4
MyIprScheduleEventSubscriber Class Reference

#include <schedule_event_subscriber.h>

Inheritance diagram for MyIprScheduleEventSubscriber:
dca::ScheduleEventSubscriberIntf

Detailed Description

Example implementation of a schedule event subscriber.

Definition at line 23 of file ipr_samples/iprdbdownloadsample/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...
 

Member Function Documentation

◆ onEvent()

void MyIprScheduleEventSubscriber::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 24 of file ipr_samples/iprdbdownloadsample/schedule_event_subscriber.cpp.


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