public void Bind(IOClickItemViewInterface <String> listener, string str) { listener.ItemViewClicK(str); }
public DemoAdapter(Context context, IOClickItemViewInterface <String> listner) { mContext = context; mListner = listner; }