Interface ScaleRecyclerAdapter.OnScaleClickListener
-
- Enclosing class:
- ScaleRecyclerAdapter
public static interface ScaleRecyclerAdapter.OnScaleClickListener
This interface can be implemented to handle clicks of scales in the adapter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick(Scale scale)
-
-
-
Method Detail
-
onClick
void onClick(Scale scale)
-
-