Taoli96 / android-wheel

Automatically exported from code.google.com/p/android-wheel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wheels.addClickingListener not fire

GoogleCodeExporter opened this issue · comments

Everythings works fine but
wheels.addClickingListener is not fired. 

snippet:
wheel.addClickingListener(new OnWheelClickedListener() {

 @Override
 public void onItemClicked(WheelView wheel, int itemIndex) {
         Toast.makeText(getApplicationContext(), "clicked", Toast.LENGTH_SHORT).show();
  }
 });

please specify the solution

Original issue reported on code.google.com by off...@msoftech.com on 25 Sep 2013 at 5:17