Interface ProgressEventListener
-
- All Superinterfaces:
java.util.EventListener
public interface ProgressEventListener extends java.util.EventListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ProgressEventListener.ListenerList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changeProgress(int progress)
void
changeProgressBounds(int lowBo, int upBo)
void
changeProgressCaption(java.lang.String newCaption)
void
changeProgressIndeterminate(boolean indeterminate)
-