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. | |
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.
|
inline |
Class constructor.
| Name | The name of the event being fired. |
Definition at line 61 of file eventarguments.h.
1.8.4