MMdaObjectEventListener Class Reference

#include <mda/client/utility.h>

class MMdaObjectEventListener
Public Member Functions
pure virtual voidMoelEvent(const TMdaEvent &)
pure virtual voidMoelEventMissed()

Detailed Description

Deprecated

This class has been deprecated in 7.0s.

Member Function Documentation

MoelEvent ( const TMdaEvent & )

voidMoelEvent(const TMdaEvent &aEvent)[pure virtual]

Handles an event that occurred in the media server. Called by the CMdaServer object that the listener has been added to.

See also: CMdaServer::AddListenerL()

Parameters
aEventA single event that occurred in the media server.

MoelEventMissed ( )

voidMoelEventMissed()[pure virtual]

This function, rather than MoelEvent() is called if the event's ID is EMdaEventMissed. Events are stored when they are received and a missed event occurs when there are no spare slots.