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().
3.0
Public Member Functions | |
---|---|
void | ListBoxItemsChanged(CEikListBox *) |
void | ListBoxItemsChanged | ( | CEikListBox * | aListBox | ) | [pure virtual] |
Notification and handling of a list box item change.
CEikListBox * aListBox | The source list box of this message. |