CListeningRouter::HandleEvent

virtual bool CListeningRouter::HandleEvent(IEvent* pIEvent)

Receive an event and attempt to handle it.

Defined in: EventRouter.h

Return Value

TRUE if successful, otherwise FALSE.

Parameters

pIEvent

Pointer to event to handle.

Comments

This function first attempts to dispatch the event onto the base class, since it is an event listener. If the event isn't handle, it then calls RouteEvent.