-
public interface VeiledItemOnClickListenerVeiledItemOnClickListener is a delegation of veil item click.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonItemClicked(Integer pos)will be invoked when the item on the VeilRecyclerFrameView clicked. -
-
Method Detail
-
onItemClicked
abstract Unit onItemClicked(Integer pos)
will be invoked when the item on the VeilRecyclerFrameView clicked.
-
-
-
-