An abstract base class for anything that might care about receiving events. More...
#include "eventReceiver.h"
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
An abstract base class for anything that might care about receiving events.
An object that might receive an event should inherit from this class; each event may be sent with an optional EventReceiver pointer.
Definition at line 25 of file eventReceiver.h.