IEventListener Class

class IEventListener: public IRefCount, public IQueryGuid

Interface for receiving and handling events. The HandleEvent method takes a pointer to an event and returns TRUE if the event is handled.

Defined in: EventListener.h

Class Members

virtual bool HandleEvent(IEvent* pIEvent)

Receive an event and attempt to handle it.