|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.artima.place.ProgressEvent
An event that indicates a revised progress of a Link
activation expressed in terms of percent complete.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ProgressEvent(ProgressEventGenerator source,
int percentComplete)
Constructs a ProgressEvent object with the specified
percent completion. |
|
| Method Summary | |
int |
getPercentComplete()
Returns the percent complete for this Link activation. |
| 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(ProgressEventGenerator source,
int percentComplete)
ProgressEvent object with the specified
percent completion.source - the source of this ProgressEventpercentComplete - the percentage of completion that this
ProgressEvent representsNullPointerException - if passed source is
nulljava.lang.IllegalArgumentException - if percentComplete is
less than zero or greater than 100| Method Detail |
public int getPercentComplete()
Link activation.Link activation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||