Public Member Functions

GameEventHandler Class Reference

Handles requests for specific Event types. More...

#include <GameEventHandler.h>

Inheritance diagram for GameEventHandler:
EventHandler Listener

List of all members.

Public Member Functions

 GameEventHandler ()
 ~GameEventHandler ()
void requestGameEvent (Event &event)

Detailed Description

Handles requests for specific Event types.


Constructor & Destructor Documentation

GameEventHandler::GameEventHandler (  )  [inline]
GameEventHandler::~GameEventHandler (  )  [inline]

Member Function Documentation

void GameEventHandler::requestGameEvent ( Event event  ) 

Request a specified Event.

Parameters:
event Requested Event.
Note:
The Event should be a completely filled Event.
Todo:
The current implementation simply regurgitates the requested Event without performing any validation. Validation will need to be implemented to make the GameEventHandler a proper mediator.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines