Interface ProgressEventListener

  • All Superinterfaces:
    java.util.EventListener

    public interface ProgressEventListener
    extends java.util.EventListener
    • Method Detail

      • changeProgressCaption

        void changeProgressCaption​(java.lang.String newCaption)
      • changeProgress

        void changeProgress​(int progress)
      • changeProgressBounds

        void changeProgressBounds​(int lowBo,
                                  int upBo)
      • changeProgressIndeterminate

        void changeProgressIndeterminate​(boolean indeterminate)