EventDispatch Struct Reference

Dispatch table for event notification. More...

#include <eventlistener.hpp>

Inheritance diagram for EventDispatch:

QuestDeathListener

List of all members.

Public Member Functions

 EventDispatch ()
 Initializes dispatch methods as missing.

Public Attributes

void(* inserted )(const EventListener *, Thing *)
 Called just after something is inserted in a map.
void(* removed )(const EventListener *, Thing *)
 Called just before something is removed from a map.
void(* died )(const EventListener *, Being *)
 Called just after a being has died.
void(* disconnected )(const EventListener *, Character *)
 Called just before a character is deleted.


Detailed Description

Dispatch table for event notification.

Definition at line 42 of file eventlistener.hpp.


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

Generated on Sun Apr 26 17:30:46 2009 for TMW Server Collection by  doxygen 1.5.5