Package com.google.appengine.tools.admin
Class UpdateSuccessEvent
- java.lang.Object
-
- com.google.appengine.tools.admin.UpdateSuccessEvent
-
public class UpdateSuccessEvent extends Object
Received by anUpdateListener. This event indicates that the operation was successfully completed.
-
-
Constructor Summary
Constructors Constructor Description UpdateSuccessEvent(String details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetails()Returns the detailed output from the operation process.
-