Public Member Functions
Osp::Ui::Controls::IIconListViewItemEventListener Interface Reference
Inheritance diagram for Osp::Ui::Controls::IIconListViewItemEventListener:
Osp::Base::Runtime::IEventListener

Since:
2.0

The IIconListViewItemEventListener interface is the listener interface for receiving IconListView item events. The class that processes a list item event implements this interface, and the instance created with that class is registered with a UI control, using the control's AddIIconListViewItemEventListener() method. When the list item event occurs, the OnIconListViewItemStateChanged() method of that instance is invoked.

For more information on the class features, see ListViews.

List of all members.

Public Member Functions

virtual void OnIconListViewItemStateChanged (Osp::Ui::Controls::IconListView &listView, int index, Osp::Ui::Controls::IconListViewItemStatus status)=0
virtual ~IIconListViewItemEventListener (void)

Constructor & Destructor Documentation

virtual Osp::Ui::Controls::IIconListViewItemEventListener::~IIconListViewItemEventListener ( void  ) [inline, virtual]

This is the destructor for this class.

Since:
2.0

Member Function Documentation

virtual void Osp::Ui::Controls::IIconListViewItemEventListener::OnIconListViewItemStateChanged ( Osp::Ui::Controls::IconListView listView,
int  index,
Osp::Ui::Controls::IconListViewItemStatus  status 
) [pure virtual]

Called when an item event occurs.

Since:
2.0
Parameters:
[in]listViewThe source ListView of the event
[in]indexThe index of the item
[in]statusThe item status

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

Copyright © 2011 Samsung Electronics Co., Ltd. All rights reserved.