Interface AttributesCheckWebserviceListener
-
- All Known Implementing Classes:
AttributesCheckWebserviceListenerImpl
public interface AttributesCheckWebserviceListenerListener for AttributesCheckWebservice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(FailReason reason)Called on errorvoidonSuccess(AttributesCheckResponse response)Called on success
-
-
-
Method Detail
-
onSuccess
void onSuccess(AttributesCheckResponse response)
Called on success
-
onError
void onError(FailReason reason)
Called on error- Parameters:
reason-
-
-