Class DFEnvFeedbackAdapter

  • All Implemented Interfaces:
    com.im.commons.progress.DFFeedback

    public final class DFEnvFeedbackAdapter
    extends Object
    implements com.im.commons.progress.DFFeedback
    • Constructor Detail

      • DFEnvFeedbackAdapter

        public DFEnvFeedbackAdapter​(com.im.commons.progress.DFEnvironmentRO env)
    • Method Detail

      • isCancelled

        public boolean isCancelled()
        Specified by:
        isCancelled in interface com.im.commons.progress.DFFeedback
      • getId

        public String getId()
        Specified by:
        getId in interface com.im.commons.progress.DFFeedback
      • addMessage

        public void addMessage​(com.im.commons.progress.DFFeedback.Type type,
                               Object message,
                               Throwable t)
        Specified by:
        addMessage in interface com.im.commons.progress.DFFeedback
      • addMessage

        public void addMessage​(com.im.commons.progress.DFFeedback.Type type,
                               String message,
                               Throwable t)
      • switchToIndeterminate

        public void switchToIndeterminate()
        Specified by:
        switchToIndeterminate in interface com.im.commons.progress.DFFeedback
      • switchToDeterminate

        public void switchToDeterminate​(int workunits)
        Specified by:
        switchToDeterminate in interface com.im.commons.progress.DFFeedback
      • progress

        public void progress​(int workunit)
        Specified by:
        progress in interface com.im.commons.progress.DFFeedback
      • finish

        public void finish()
        Specified by:
        finish in interface com.im.commons.progress.DFFeedback
      • addPropertyChangeListener

        public void addPropertyChangeListener​(PropertyChangeListener listener)
        Specified by:
        addPropertyChangeListener in interface com.im.commons.progress.DFFeedback
      • removePropertyChangeListener

        public void removePropertyChangeListener​(PropertyChangeListener listener)
        Specified by:
        removePropertyChangeListener in interface com.im.commons.progress.DFFeedback