public static interface ListTransferMethodContract.View
Modifier and Type | Method and Description |
---|---|
void |
confirmTransferMethodDeactivation(TransferMethod transferMethod) |
void |
displayTransferMethods(java.util.List<TransferMethod> transferMethodList) |
void |
hideProgressBar() |
void |
initiateAddTransferMethodFlow() |
void |
initiateAddTransferMethodFlowResult() |
boolean |
isActive()
Check the state of a View
|
void |
loadTransferMethods() |
void |
notifyTransferMethodDeactivated(StatusTransition statusTransition) |
void |
showErrorDeactivateTransferMethod(java.util.List<java.lang.Error> errors) |
void |
showErrorListTransferMethods(java.util.List<java.lang.Error> errors) |
void |
showProgressBar() |
void displayTransferMethods(java.util.List<TransferMethod> transferMethodList)
void notifyTransferMethodDeactivated(StatusTransition statusTransition)
void showErrorListTransferMethods(java.util.List<java.lang.Error> errors)
void showErrorDeactivateTransferMethod(java.util.List<java.lang.Error> errors)
void initiateAddTransferMethodFlow()
void initiateAddTransferMethodFlowResult()
void confirmTransferMethodDeactivation(TransferMethod transferMethod)
void showProgressBar()
void hideProgressBar()
boolean isActive()
void loadTransferMethods()