MListBoxItemChangeObserver Class Reference

class MListBoxItemChangeObserver

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().

Since
3.0
Public Member Functions
voidListBoxItemsChanged(CEikListBox *)

Member Functions Documentation

ListBoxItemsChanged(CEikListBox *)

voidListBoxItemsChanged(CEikListBox *aListBox)[pure virtual]

Notification and handling of a list box item change.

Parameters

CEikListBox * aListBoxThe source list box of this message.