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