public static interface RollingLayoutAction.OnRollingItemClickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRollingItemClick(android.view.View view,
android.view.ViewGroup parent,
int position)
this method will be called when rolling item is clicked.
|