com.hedgehog.gdzietabiedra.ribs.bottomnav.shopslist / ShopsListInteractor / ShopsListPresenter
ShopsListPresenter
interface ShopsListPresenter
(source)
Functions
Name | Summary |
---|---|
addToList | abstract fun addToList(shop: Shop ): Unit |
clearList | abstract fun clearList(): Unit |
displayLocationInfo | abstract fun displayLocationInfo(): Unit |
listItemClicked | abstract fun listItemClicked(): Subject < Shop > |
observeSearch | abstract fun observeSearch(): Observable < String > |
populateList | abstract fun populateList(shops: Collection < Shop >): Unit |
setView | abstract fun setView(): Unit |
showToast | abstract fun showToast(shop: Shop ): Unit |
Inheritors
Name | Summary |
---|---|
ShopsListView | class ShopsListView : LinearLayout , ShopsListPresenter Top level view for {@link ShopsListBuilder.ShopsListScope}. |