public class UpdateProgressEvent extends Object
UpdateListener
periodically during an operation to indicate progress.| Constructor and Description |
|---|
UpdateProgressEvent(Thread updateThread,
String message,
int percentageComplete) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the operation.
|
String |
getMessage()
Retrieves the current status message.
|
int |
getPercentageComplete()
Retrieves the current percentage complete.
|
public void cancel()
rollback is
implicitly issued.public String getMessage()
null status message.public int getPercentageComplete()
Copyright © 2022. All rights reserved.