MListBoxItemChangeObserver Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib

Capability Information

Required Capabilities

None


#include <eiklbx.h>

Detailed Description

Item change observer will be notified when list box items have been added or removed or the list box has been reset.

Observers can be added and removed by using CEikListBox methods AddItemChangeObserverL() and RemoveItemChangeObserver().


Public Member Functions

virtual void  ListBoxItemsChanged (CEikListBox *aListBox)=0
  Notification and handling of a list box item change.

Member Function Documentation

virtual void MListBoxItemChangeObserver::ListBoxItemsChanged CEikListBox aListBox  )  [pure virtual]
 

Notification and handling of a list box item change.

Parameters:
aListBox  The source list box of this message.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top