Package 

Interface OnComplete

  • All Implemented Interfaces:
    com.orange.webcom.sdk.Callback

    
    public interface OnComplete
     implements Callback
                        

    Completion callback for set(), update(), push() or remove().

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onComplete() Called after synchronization with the server
      abstract void onError(@NotNull() WebcomError error) Called when synchronization with the server fails
      • Methods inherited from class com.orange.webcom.sdk.Callback

        onError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onComplete

         abstract void onComplete()

        Called after synchronization with the server

      • onError

         abstract void onError(@NotNull() WebcomError error)

        Called when synchronization with the server fails

        Parameters:
        error - The error