public static interface TransferMethodRepository.LoadTransferMethodCallback
When Transfer Method is properly loaded
onTransferMethodLoaded(TransferMethod)
is invoked otherwise onError(Errors)
is called to further log or show error information
Modifier and Type | Method and Description |
---|---|
void |
onError(Errors errors) |
void |
onTransferMethodLoaded(TransferMethod transferMethod) |