Basic class definition for functors used by this subscriber slot. More...
#include <eventsubscriberslot.h>
Public Member Functions | |
virtual | ~FunctorDefinition () |
Class destructor. | |
virtual void | operator() (const EventArguments &Args)=0 |
Executes subscriber specific functionality when the event is fired. More... | |
Basic class definition for functors used by this subscriber slot.
Definition at line 141 of file eventsubscriberslot.h.
|
pure virtual |
Executes subscriber specific functionality when the event is fired.
Args | The arguments that describe the fired event. |