Skip to content

wheels.addClickingListener not fire #53

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions