![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <events/scheduler/INotification.hpp>


Private Member Functions | |
| virtual void | doOnAddEvent () |
| Called when an event is being added (combines the calls to onSchedule, onScheduledDelay and onScheduleNow). | |
| virtual void | doOnCancelEvent () |
| Called when an event is being cancled (at this point in time it is NOT canceled!). | |
| virtual void | doOnProcessOneEvent () |
| Called before an event is processed. | |
| virtual void | doOnSchedule () |
| Called when an event is being scheduled (at this point in time it is NOT already part of the scheduler!). | |
| virtual void | doOnScheduleDelay () |
| Called when an event is being scheduled with a delay (at this point in time it is NOT already part of the scheduler!). | |
| virtual void | doOnScheduleNow () |
| Called when an event is being scheduled for "now" (at this point in time it is NOT already part of the scheduler!). | |
Definition at line 118 of file INotification.hpp.
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnAddEvent | ( | ) | [inline, private, virtual] |
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnCancelEvent | ( | ) | [inline, private, virtual] |
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnProcessOneEvent | ( | ) | [inline, private, virtual] |
Implements wns::events::scheduler::INotification.
Reimplemented in wns::simulator::CPUTimeExhaustedHandler.
Definition at line 122 of file INotification.hpp.
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnSchedule | ( | ) | [inline, private, virtual] |
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnScheduleDelay | ( | ) | [inline, private, virtual] |
| virtual void wns::events::scheduler::IgnoreAllNotifications::doOnScheduleNow | ( | ) | [inline, private, virtual] |
1.5.5