Interface ProgressListener

    • Method Detail

      • progressStarted

        void progressStarted​(ProgressEvent evt)
        Invoked when the progress started.
        Parameters:
        evt - an object which describes the event
      • progressCompleted

        void progressCompleted​(ProgressEvent evt)
        Invoked when the progress completed.
        Parameters:
        evt - an object which describes the event
      • progressCancelled

        void progressCancelled​(ProgressEvent evt)
        Invoked when the progress cancelled.
        Parameters:
        evt - an object which describes the event
      • progressFailed

        void progressFailed​(ProgressEvent evt)
        Invoked when the progress failed.
        Parameters:
        evt - an object which describes the event