Public Member Functions
GUI::Event Class Reference

Defines an 'event' which can be subscribed to by interested parties. More...

List of all members.

Public Member Functions

string getName ()
 Return the name given to this Event object when it was created.

Detailed Description

Defines an 'event' which can be subscribed to by interested parties.

An Event can be subscribed by a function, whose signature needs to be as follows:

bool function_name(EventArgs args);
Note:
An Event object may not be copied.

Member Function Documentation

string GUI::Event::getName ( )

Return the name given to this Event object when it was created.

Returns:
String object containing the name of the Event object.