Interface GroupsListView
-
- All Superinterfaces:
EndlessListView,LceView,ListView,MvpLceView,MvpView,RefreshableView
- All Known Implementing Classes:
GroupsListFragment,JoinedGroupsListFragment
public interface GroupsListView extends EndlessListView
MvpViewclass ofGroupsListActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendGroupsList(java.util.List<Group> groups, int totalEntries)Notifies the view when GET groups API with pagination was successfulvoidshowGroupsList(java.util.List<Group> groups, int totalEntries)Notifies the view when GET groups API was successful-
Methods inherited from interface com.cheetahdigital.uikit.widget.list.EndlessListView
onFinishLoadMore, onLoadMoreFailed
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.LceView
onLoadFailed, onLoadSuccess, setErrorViewClickListener
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.lce.MvpLceView
showContent, showError, showLoading
-
Methods inherited from interface com.cheetahdigital.uikit.architecture.refreshable.RefreshableView
onFinishRefresh, onRefreshFailed
-
-