Class SubmissionListenerAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void onSubmissionCancel()
      Called when the submission has been explicitly cancelled by the client / user
      void onSubmissionCompleted()
      Called when a submission has been completed successfully
      void onSubmissionError(ErrorResponse errorResponse)
      Called when a submission has completed with errors.
      void onSubmissionStarted()
      Called when a submission has started
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait