|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--sos.wizard.ProgressEvent
An event that indicates that the progress of an ongoing task has changed.
ProgressListener| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ProgressEvent(java.lang.Object source,
double value)
Creates a ProgressEvent with the specified task and
percentage of completion. |
|
| Method Summary | |
double |
getValue()
Returns the percentage of completion. |
| 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,
double value)
ProgressEvent with the specified task and
percentage of completion.
source - task whose progress has changedvalue - the percentage of the progress| Method Detail |
public double getValue()
|
Side of Software Wizard Library 1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||