Class PushWebserviceListenerImpl
- java.lang.Object
-
- com.batch.android.webservice.listener.impl.PushWebserviceListenerImpl
-
- All Implemented Interfaces:
PushWebserviceListener
public class PushWebserviceListenerImpl extends java.lang.Object implements PushWebserviceListener
Implementation ofPushWebserviceListener
-
-
Constructor Summary
Constructors Constructor Description PushWebserviceListenerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonError(FailReason reason)Called on errorvoidonSuccess()Called on success
-
-
-
Method Detail
-
onSuccess
public void onSuccess()
Description copied from interface:PushWebserviceListenerCalled on success- Specified by:
onSuccessin interfacePushWebserviceListener
-
onError
public void onError(FailReason reason)
Description copied from interface:PushWebserviceListenerCalled on error- Specified by:
onErrorin interfacePushWebserviceListener
-
-