#include <mw/eikedwob.h>
class MEikEdwinObserver |
Public Member Enumerations | |
---|---|
enum | TEdwinEvent { EEventFormatChanged, EEventNavigation, EEventTextUpdate, EEventScroll, ..., EEventPartialScreenDisable } |
Public Member Functions | |
---|---|
pure virtual void | HandleEdwinEventL(CEikEdwin *, TEdwinEvent) |
Interface class describing the functionality expected of an observer for CEikEdwins.
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.
Events from a value editor.
void | HandleEdwinEventL | ( | CEikEdwin * | aEdwin, |
TEdwinEvent | aEventType | |||
) | [pure virtual] |
This pure virtual function is invoked by CEikEdwin to report an event to its observer. The observer may respond appropriately.
Parameter | Description |
---|---|
aEdwin | The originating edwin. |
aEventType | The event being reported. |