Interface AttributesSendWebserviceListener
-
- All Known Implementing Classes:
AttributesSendWebserviceListenerImpl
public interface AttributesSendWebserviceListenerListener for AttributesSendWebservice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(FailReason reason)Called on errorvoidonSuccess(AttributesSendResponse response)Called on success
-
-
-
Method Detail
-
onSuccess
void onSuccess(AttributesSendResponse response)
Called on success
-
onError
void onError(FailReason reason)
Called on error- Parameters:
reason-
-
-