MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Mezzanine::EventArguments Class Reference

This is a common class to represent all possible arguments for a given event that is fired. More...

#include <eventarguments.h>

+ Inheritance diagram for Mezzanine::EventArguments:
+ Collaboration diagram for Mezzanine::EventArguments:

Public Member Functions

 EventArguments (const String &Name)
 Class constructor. More...
 
virtual ~EventArguments ()
 Class destructor.
 

Public Attributes

const String EventName
 The name of the event being fired.
 

Detailed Description

This is a common class to represent all possible arguments for a given event that is fired.

Definition at line 53 of file eventarguments.h.

Constructor & Destructor Documentation

Mezzanine::EventArguments::EventArguments ( const String Name)
inline

Class constructor.

Parameters
NameThe name of the event being fired.

Definition at line 61 of file eventarguments.h.


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