|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.tools.admin.UpdateProgressEvent
public class UpdateProgressEvent
Received by an UpdateListener
periodically during an operation to indicate progress.
Constructor Summary | |
---|---|
UpdateProgressEvent(java.lang.Thread updateThread,
java.lang.String message,
int percentageComplete)
|
Method Summary | |
---|---|
void |
cancel()
Cancels the operation. |
java.lang.String |
getMessage()
Retrieves the current status message. |
int |
getPercentageComplete()
Retrieves the current percentage complete. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateProgressEvent(java.lang.Thread updateThread, java.lang.String message, int percentageComplete)
Method Detail |
---|
public void cancel()
rollback
is
implicitly issued.
public java.lang.String getMessage()
null
status message.public int getPercentageComplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |