Basic class definition for functors used by a FunctorSubscriberSlot. More...
#include <eventsubscriberslot.h>
Public Member Functions | |
FunctorEventSubscriber () | |
Clsas constructor. | |
virtual | ~FunctorEventSubscriber () |
Class destructor. | |
virtual void | operator() (EventArgumentsPtr Args)=0 |
Executes subscriber specific functionality when the event is fired. More... | |
Basic class definition for functors used by a FunctorSubscriberSlot.
Definition at line 137 of file eventsubscriberslot.h.
|
pure virtual |
Executes subscriber specific functionality when the event is fired.
Args | The arguments that describe the fired event. |