Location:
eikedwob.h
Link against:
MEikEdwinObserver
Supported from 6.0
Interface class describing the functionality expected of an observer for CEikEdwin
s. Edwin observers are informed by the edwin whenever its content is changed, or whenever the user changes the cursor position.
This class should be derived from by all observers of edwins.
Defined in MEikEdwinObserver
:
EEventFormatChanged
, EEventNavigation
, HandleEdwinEventL()
, TEdwinEvent
virtual void HandleEdwinEventL(CEikEdwin* aEdwin,TEdwinEvent aEventType) = 0;
This pure virtual function is invoked by CEikEdwin
to report an event to its observer. The observer may respond appropriately.
|
TEdwinEvent
Events from a value editor.
|