Since: API Level 2.5
public static interface

WheelInterfaces.Listeners.OnWheelItemSelectedListener

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

Class Overview

Represents a listener to be notified when an item is selected.

Summary

Public Methods
abstract void onItemSelected(WheelInterfaces.Views.WheelViewInterface parent, View view, int position, long id)
Called when an item is selected.

Public Methods

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

Since: API Level 2.5

Called when an item is selected.

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