User Manual, Developers Guide and API Documentation

wns::events::scheduler::IgnoreAllNotifications Class Reference

This class ignores all notifiactions. More...

#include <events/scheduler/INotification.hpp>

Inheritance diagram for wns::events::scheduler::IgnoreAllNotifications:

Inheritance graph
[legend]
Collaboration diagram for wns::events::scheduler::IgnoreAllNotifications:

Collaboration graph
[legend]

List of all members.

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!).


Detailed Description

Author:
Marc Schinnenburg <marc@schinnenburg.com>
This class can be used if only one notification of INotification should be observed. Then, you don't need to implement the other implementations

Definition at line 118 of file INotification.hpp.


Member Function Documentation

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnAddEvent (  )  [inline, private, virtual]

Implements wns::events::scheduler::INotification.

Definition at line 147 of file INotification.hpp.

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnCancelEvent (  )  [inline, private, virtual]

Implements wns::events::scheduler::INotification.

Definition at line 127 of file INotification.hpp.

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnProcessOneEvent (  )  [inline, private, virtual]

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnSchedule (  )  [inline, private, virtual]

Implements wns::events::scheduler::INotification.

Definition at line 132 of file INotification.hpp.

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnScheduleDelay (  )  [inline, private, virtual]

Implements wns::events::scheduler::INotification.

Definition at line 137 of file INotification.hpp.

virtual void wns::events::scheduler::IgnoreAllNotifications::doOnScheduleNow (  )  [inline, private, virtual]

Implements wns::events::scheduler::INotification.

Definition at line 142 of file INotification.hpp.


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

Generated on Sat May 26 03:32:53 2012 for openWNS by  doxygen 1.5.5