|
|
|
|
Location:
DAMOBSRV.H
class MDaObserver;
Database application observer.
Defined in MDaObserver:
AlertWin(), DeleteRowL(), EDefaultNotification, EIncrementalNotification, ENoRecordsInDatabase, ENoRecordsInView, ENotFoundYet, ERecordAdded, ERecordDeleted, ERecordUpdated, ESearchComplete, EStartSearch, NextL(), PreviousL(), ResetVisibleRange(), TNotification, UpdateL()
inline virtual void DeleteRowL();
Row deletion operation.
It has an empty default implementation.
inline virtual void NextL();
Next row operation.
It has an empty default implementation.
inline virtual void PreviousL();
Previous row operation.
It has an empty default implementation.
inline virtual void ResetVisibleRange();
Unused.
It has an empty default implementation.
virtual void UpdateL(TInt aNotification)=0;
Updates the display to show the specified change.
|
inline virtual void AlertWin(const TDesC &);
Requests an alert window.
It has an empty default implementation.
|
TNotification
Database application observer notification codes.
|