Location:
eiklbo.h
Link against:
MEikListBoxObserver
Supported from 6.0
List box observer interface. Each list box observer may be registered with a number of list boxes; each of these send events to the list box observer through its HandeListBoxEventL()
method.
Writing derived classes:
Application authors should implement a class which derives from this interface to receive events from list boxes.
Defined in MEikListBoxObserver
:
EEventEditingStarted
, EEventEditingStopped
, EEventEnterKeyPressed
, EEventItemActioned
, EEventItemClicked
, EEventItemDoubleClicked
, HandleListBoxEventL()
, TListBoxEvent
virtual void HandleListBoxEventL(CEikListBox* aListBox,TListBoxEvent aEventType)=0;
Handles list box events.
This pure virtual function is invoked by CEikListBox
to notify the observer of list box events.
|
TListBoxEvent enum
List box event codes.
|