Class ProgressEventListener.ListenerList

java.lang.Object
org.processmining.framework.plugin.events.ProMEventListenerList<ProgressEventListener>
org.processmining.framework.plugin.events.ProgressEventListener.ListenerList
Enclosing interface:
ProgressEventListener

public static class ProgressEventListener.ListenerList extends ProMEventListenerList<ProgressEventListener>
  • Constructor Details

    • ListenerList

      public ListenerList()
  • Method Details

    • fireProgressCaptionChanged

      public void fireProgressCaptionChanged(String newCaption)
    • fireProgressChanged

      public void fireProgressChanged(int progress)
    • fireProgressBoundsChanged

      public void fireProgressBoundsChanged(int lowBo, int upBo)
    • fireProgressIndeterminateChanged

      public void fireProgressIndeterminateChanged(boolean indeterminate)