Class AttributesCheckWebserviceListenerImpl
- java.lang.Object
-
- com.batch.android.webservice.listener.impl.AttributesCheckWebserviceListenerImpl
-
- All Implemented Interfaces:
AttributesCheckWebserviceListener
public class AttributesCheckWebserviceListenerImpl extends java.lang.Object implements AttributesCheckWebserviceListener
Default implementation for attributes send webservice
-
-
Constructor Summary
Constructors Constructor Description AttributesCheckWebserviceListenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonError(FailReason reason)Called on errorvoidonSuccess(AttributesCheckResponse response)Called on success
-
-
-
Method Detail
-
onSuccess
public void onSuccess(AttributesCheckResponse response)
Description copied from interface:AttributesCheckWebserviceListenerCalled on success- Specified by:
onSuccessin interfaceAttributesCheckWebserviceListener
-
onError
public void onError(FailReason reason)
Description copied from interface:AttributesCheckWebserviceListenerCalled on error- Specified by:
onErrorin interfaceAttributesCheckWebserviceListener
-
-