MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Mezzanine::FunctorSubscriberSlot::FunctorDefinition Class Referenceabstract

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

Detailed Description

Basic class definition for functors used by this subscriber slot.

Definition at line 141 of file eventsubscriberslot.h.

Member Function Documentation

virtual void Mezzanine::FunctorSubscriberSlot::FunctorDefinition::operator() ( const EventArguments Args)
pure virtual

Executes subscriber specific functionality when the event is fired.

Parameters
ArgsThe arguments that describe the fired event.

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