OnItemClickLisenter.java 188 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 package com.metroapp.forum; /** * Created by XiaoFu on 2018-01-13 09:49. * 注释:列表点击接口 */ public interface OnItemClickLisenter { void onItemClick(int position); }