Interface GroupsListView
-
- All Superinterfaces:
EndlessListView
,LceView
,ListView
,MvpLceView
,MvpView
,RefreshableView
- All Known Implementing Classes:
GroupsListFragment
,JoinedGroupsListFragment
public interface GroupsListView extends EndlessListView
MvpView
class ofGroupsListActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendGroupsList(java.util.List<Group> groups, int totalEntries)
Notifies the view when GET groups API with pagination was successfulvoid
showGroupsList(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
-
-