Interface Cloud.CloudTaskListener

  • Enclosing interface:
    Cloud

    public static interface Cloud.CloudTaskListener
    • Method Detail

      • taskStatusUpdated

        void taskStatusUpdated​(java.lang.String statusLine,
                               double percentCompleted)
      • taskFinished

        void taskFinished()
      • taskFailed

        void taskFailed​(java.lang.String message)