Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Utility.h>

Class MMdaObjectEventListener

Interface status: deprecated

class MMdaObjectEventListener;

Description

This class has been deprecated in 7.0s.

Members

Defined in MMdaObjectEventListener:


Member functions


MoelEvent(const TMdaEvent &)

Interface status: deprecated Inherited from: MMdaObjectEventListener

virtual void MoelEvent(const TMdaEvent &aEvent)=0;

Description

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

Parameters

const TMdaEvent &aEvent

A single event that occurred in the media server.

See also:


MoelEventMissed()

Interface status: deprecated Inherited from: MMdaObjectEventListener

virtual void MoelEventMissed()=0;

Description

This function, rather than MMdaObjectEventListener::MoelEvent(const TMdaEvent &) 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.