public interface ProgressEventListener
extends java.util.EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ProgressEventListener.ListenerList |
Modifier and Type | Method and Description |
---|---|
void |
changeProgress(int progress) |
void |
changeProgressBounds(int lowBo,
int upBo) |
void |
changeProgressCaption(java.lang.String newCaption) |
void |
changeProgressIndeterminate(boolean indeterminate) |