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 Summary
Constructors Constructor Description ListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireProgressBoundsChanged(int lowBo, int upBo)voidfireProgressCaptionChanged(java.lang.String newCaption)voidfireProgressChanged(int progress)voidfireProgressIndeterminateChanged(boolean indeterminate)-
Methods inherited from class org.processmining.framework.plugin.events.ProMEventListenerList
add, getListenerCount, getListeners, remove, removeAll, toString
-
-
-
-
Method Detail
-
fireProgressCaptionChanged
public void fireProgressCaptionChanged(java.lang.String newCaption)
-
fireProgressChanged
public void fireProgressChanged(int progress)
-
fireProgressBoundsChanged
public void fireProgressBoundsChanged(int lowBo, int upBo)
-
fireProgressIndeterminateChanged
public void fireProgressIndeterminateChanged(boolean indeterminate)
-
-