Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMOBSRV.H>
This item is not part of the S60 5th Edition SDK

Class MDaObserver

Interface status: deprecated

class MDaObserver;

Description

Database application observer.

Members

Defined in MDaObserver:


Member functions


DeleteRowL()

Interface status: deprecated Inherited from: MDaObserver

inline virtual void DeleteRowL();

Description

Row deletion operation.

It has an empty default implementation.


NextL()

Interface status: deprecated Inherited from: MDaObserver

inline virtual void NextL();

Description

Next row operation.

It has an empty default implementation.


PreviousL()

Interface status: deprecated Inherited from: MDaObserver

inline virtual void PreviousL();

Description

Previous row operation.

It has an empty default implementation.


ResetVisibleRange()

Interface status: deprecated Inherited from: MDaObserver

inline virtual void ResetVisibleRange();

Description

Unused.

It has an empty default implementation.


UpdateL(TInt)

Interface status: deprecated Inherited from: MDaObserver

virtual void UpdateL(TInt aNotification)=0;

Description

Updates the display to show the specified change.

Parameters

TInt aNotification

Notification code: a TNotification value


AlertWin(const TDesC &)

Interface status: deprecated Inherited from: MDaObserver

inline virtual void AlertWin(const TDesC &);

Description

Requests an alert window.

It has an empty default implementation.

Parameters

const TDesC16 &

[Top]


Member enumerations


Enum TNotification

Interface status: deprecated Inherited from: MDaObserver

TNotification

Description

Database application observer notification codes.

EDefaultNotification

Perform default update.

EIncrementalNotification

Operation is in progress.

ENoRecordsInView

No records in the view.

ENoRecordsInDatabase

No records in the database.

ESearchComplete

Search operation has completed.

EStartSearch

Search operation has begun.

ENotFoundYet

Operation is in progress, with no result yet found.

ERecordAdded

Record has been added.

ERecordDeleted

Record has been deleted.

ERecordUpdated

Record has been updated.