Interface PlacesListView

    • Method Detail

      • showPlacesList

        void showPlacesList​(java.util.List<Place> places,
                            int totalEntries)
        This notifies the view to show the list of Place
        Parameters:
        places - list of Place
        totalEntries - total number of entries
      • appendPlacesList

        void appendPlacesList​(java.util.List<Place> places,
                              int totalEntries)
        This notifies the view to append the list of Place to the existing list
        Parameters:
        places - list of Place from a certain page
        totalEntries - total number of entries