Since: API Level 2.5
public static interface

WheelInterfaces.Listeners.OnWheelItemClickListener

com.droidux.pack.wheel.interfaces.WheelInterfaces.Listeners.OnWheelItemClickListener

Class Overview

Represents a listener to be notified when the item is clicked.

Summary

Public Methods
abstract void onItemClick(WheelInterfaces.Views.WheelViewInterface parent, View view, int position, long id)
Called when the item is clicked.

Public Methods

public abstract void onItemClick (WheelInterfaces.Views.WheelViewInterface parent, View view, int position, long id)

Since: API Level 2.5

Called when the item is clicked.

Parameters
parent The wheel containing the item.
view The clicked item.
position The position of the clicked item in the adapter.
id The id of the item.