|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.pushingpixels.flamingo.api.common.ProgressEvent
public class ProgressEvent
This event is used to notify interested parties that progress has been made in the event source.
ProgressListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ProgressEvent(java.lang.Object source,
int min,
int max,
int progress)
Creates a new progress event. |
Method Summary | |
---|---|
int |
getMaximum()
Returns the maximum value of the available progress range. |
int |
getMinimum()
Returns the minimum value of the available progress range. |
int |
getProgress()
Returns the current value of the progress. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProgressEvent(java.lang.Object source, int min, int max, int progress)
source
- Event source.min
- Minimum value of the available progress range.max
- Maximum value of the available progress range.progress
- Current value of the progress.Method Detail |
---|
public int getMaximum()
public int getMinimum()
public int getProgress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |