Interface StatisticsUploader.ResultCallback

Enclosing class:
StatisticsUploader

public static interface StatisticsUploader.ResultCallback
Interface for handling results of uploading statistics
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(tigase.xml.Element result)
     
  • Method Details

    • onSuccess

      void onSuccess(tigase.xml.Element result)
    • onFailure

      void onFailure(Exception ex)