public static class

WheelInterfaces.Listeners

extends Object
java.lang.Object
   ↳ com.droidux.pack.wheel.interfaces.WheelInterfaces.Listeners

Class Overview

Contains interfaces to be implemented by listeners of events raised by com.droidux.widget.wheel wheel widgets.

Summary

Nested Classes
interface WheelInterfaces.Listeners.OnWheelItemClickListener Represents a listener to be notified when the item is clicked. 
interface WheelInterfaces.Listeners.OnWheelItemSelectedListener Represents a listener to be notified when an item is selected. 
interface WheelInterfaces.Listeners.OnWheelScrollListener Represents a listener to be notified when the wheel is scrolled. 
[Expand]
Inherited Methods
From class java.lang.Object