Interface ProgressEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ProgressOverlayDialog, ProMTask

public interface ProgressEventListener extends EventListener
  • Method Details

    • changeProgressCaption

      void changeProgressCaption(String newCaption)
    • changeProgress

      void changeProgress(int progress)
    • changeProgressBounds

      void changeProgressBounds(int lowBo, int upBo)
    • changeProgressIndeterminate

      void changeProgressIndeterminate(boolean indeterminate)