Interface OrderDetailsView
-
- All Superinterfaces:
LceView
,MvpLceView
,MvpView
- All Known Implementing Classes:
OrderDetailsActivity
public interface OrderDetailsView extends LceView
The view class for the details of anOrder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showOrderDetails(Order order)
Notifies the view to show the details of anOrder
.-
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
-
-