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
void ListBoxItemsChanged ( CEikListBox *)

Member Functions Documentation

ListBoxItemsChanged(CEikListBox *)

void ListBoxItemsChanged ( CEikListBox * aListBox ) [pure virtual]

Notification and handling of a list box item change.

Parameters

CEikListBox * aListBox The source list box of this message.