This is a base class for all classes that subscribe to events. More...
#include <eventsubscriber.h>
Inheritance diagram for Mezzanine::EventSubscriber:Public Member Functions | |
| virtual void | _NotifyEvent (EventArgumentsPtr Args)=0 |
| Notifies this subscriber of an event being fired. More... | |
Protected Member Functions | |
| EventSubscriber () | |
| Class constructor. | |
| virtual | ~EventSubscriber () |
| Class destructor. | |
This is a base class for all classes that subscribe to events.
Definition at line 51 of file eventsubscriber.h.
|
pure virtual |
Notifies this subscriber of an event being fired.
| Args | The arguments containing specific information regarding this event. |
Implemented in Mezzanine::UI::Widget, Mezzanine::UI::Spinner, Mezzanine::UI::Scrollbar, and Mezzanine::UI::DropDownList.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.