|
||
Interface status: | deprecated |
class MDaObserver;
Database application observer.
Defined in MDaObserver
:
AlertWin(const TDesC &)
Requests an alert window.DeleteRowL()
Row deletion operation.EDefaultNotification
Perform default update. EIncrementalNotification
Operation is in progress. ENoRecordsInDatabase
No records in the database. ENoRecordsInView
No records in the view. 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. ESearchComplete
Search operation has completed. EStartSearch
Search operation has begun. NextL()
Next row operation.PreviousL()
Previous row operation.ResetVisibleRange()
Unused.TNotification
Database application observer notification codes. UpdateL(TInt)
Updates the display to show the specified change.Interface status: | deprecated | Inherited from: MDaObserver |
inline virtual void DeleteRowL();
Row deletion operation.
It has an empty default implementation.
Interface status: | deprecated | Inherited from: MDaObserver |
inline virtual void NextL();
Next row operation.
It has an empty default implementation.
Interface status: | deprecated | Inherited from: MDaObserver |
inline virtual void PreviousL();
Previous row operation.
It has an empty default implementation.
Interface status: | deprecated | Inherited from: MDaObserver |
inline virtual void ResetVisibleRange();
Unused.
It has an empty default implementation.
Interface status: | deprecated | Inherited from: MDaObserver |
virtual void UpdateL(TInt aNotification)=0;
Updates the display to show the specified change.
|
Interface status: | deprecated | Inherited from: MDaObserver |
inline virtual void AlertWin(const TDesC &);
Requests an alert window.
It has an empty default implementation.
|
Interface status: | deprecated | Inherited from: MDaObserver |
TNotification
Database application observer notification codes.
|