public class ProgressEvent
extends java.lang.Object
| Constructor and Description |
|---|
ProgressEvent(int stepsCompleted,
int totalNumberOfSteps)
Creates a progress event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStepsCompleted()
Returns the number of steps already completed.
|
int |
getTotalNumberOfSteps()
Returns the total number of steps to complete.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.