MLbtMovementObserver Class Reference

class MLbtMovementObserver

Observer interface for getting notifications from movement detector CMovementDetector .

Classes interested in getting notifications when a terminal is moving must implement this interface.

movementdetector.lib
Since
S60 v4.0

Member Functions Documentation

HandleDetectorNotification(const TMovementObserverEvent)

void HandleDetectorNotification ( const TMovementObserverEvent aEvent ) [pure virtual]

An observer callback to handle notification event. This is called when movement detector senses movement.

Since
S60 TACO

Parameters

const TMovementObserverEvent aEvent Eventcode for an event that took place. Refer to TMovementObserverEvent

Member Enumerations Documentation

Enum TMovementObserverEvent

Enumeration for different observer events that are notified through MMovementObserver .

Enumerators

EEventMovement = 1
EEventDetectorOffline

Movement detector senses movement

EEventDetectorFailed

Movement detector has gone offline

EEventDetectorOnline

Movement detector has failed

EEventAccuracyChanged

Movement detector has gone online Change in accuracy that movement detector promises