com.google.appengine.tools.admin
Class UpdateSuccessEvent

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

public class UpdateSuccessEvent
extends java.lang.Object

Received by an UpdateListener. This event indicates that an application update was successfully completed.


Method Summary
 java.lang.String getDetails()
          Returns the detailed output from the update process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDetails

public java.lang.String getDetails()
Returns the detailed output from the update process.