package com.bigdo.controls;
public interface IXExpandableListView {
public void onRefresh(XExpandableListView xExpandableListView, int tag,
int requestCode);
public void onLoadMore(XExpandableListView xExpandableListView, int tag,
int requestCode);
}