Interface StartWebserviceListener
-
- All Known Implementing Classes:
StartWebserviceListenerImpl
public interface StartWebserviceListenerContains method to implement to receive start webservice responses
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(FailReason reason)Call on errorvoidonSuccess()Called on success
-
-
-
Method Detail
-
onSuccess
void onSuccess()
Called on success
-
onError
void onError(FailReason reason)
Call on error- Parameters:
reason-
-
-