This is a base class for all classes that subscribe to events. More...
#include <eventsubscriber.h>
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.