-
public interface TrackerWebserviceListenerListener for the tracker webservice
-
-
Method Summary
-
-
Method Detail
-
onSuccess
abstract void onSuccess(List<Event> events)
Called when a request succeed
- Parameters:
events- event successfully sent
-
onFailure
abstract void onFailure(FailReason reason, List<Event> events)
Called when a request fail
- Parameters:
reason- reason of the failureevents- event not sent
-
onFinish
abstract void onFinish()
Called when the webservice finish, on failure or on success
-
-
-
-