API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <eikedwob.h>
Inherited by CAknQueryControl, and CEikDialogPage.
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.
Public Types |
|
enum | TEdwinEvent { EEventFormatChanged, EEventNavigation, EEventTextUpdate } |
Events from a value editor. More... |
|
Public Member Functions |
|
virtual void | HandleEdwinEventL (CEikEdwin *aEdwin, TEdwinEvent aEventType)=0 |
This pure virtual function is invoked by CEikEdwin to report an event to its observer. |
|
|
This pure virtual function is invoked by CEikEdwin to report an event to its observer. The observer may respond appropriately.
|