com.google.appengine.tools.admin
Class UpdateProgressEvent

java.lang.Object
  extended by com.google.appengine.tools.admin.UpdateProgressEvent

public class UpdateProgressEvent
extends java.lang.Object

Received by an UpdateListener. This event indicates that an application update is in progress.


Method Summary
 void cancel()
          Cancels the application update.
 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
 

Method Detail

cancel

public void cancel()
Cancels the application update. A rollback is implicitly issued.


getMessage

public java.lang.String getMessage()
Retrieves the current status message.

Returns:
a not null status message.

getPercentageComplete

public int getPercentageComplete()
Retrieves the current percentage complete.

Returns:
a number inclusively between 0 and 100.