Blender V2.61 - r43446

GHOST_IEventConsumer Class Reference

#include <GHOST_IEventConsumer.h>

Inheritance diagram for GHOST_IEventConsumer:
Inheritance graph
[legend]

List of all members.


Detailed Description

Interface class for objects interested in receiving events. Objects interested in events should inherit this class and implement the processEvent() method. They should then be registered with the system that they want to receive events. The system will call the processEvent() method for every installed event consumer to pass events.

See also:
GHOST_ISystem::addEventConsumer
Author:
Maarten Gribnau
Date:
May 14, 2001

Definition at line 48 of file GHOST_IEventConsumer.h.


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