Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

UpdateSuccessEvent

Stay organized with collections Save and categorize content based on your preferences.
com.google.appengine.tools.admin

Class UpdateSuccessEvent

  • java.lang.Object
    • com.google.appengine.tools.admin.UpdateSuccessEvent


  • public class UpdateSuccessEvent
    extends java.lang.Object
    Received by an UpdateListener. This event indicates that the operation was successfully completed.
    • Constructor Summary

      Constructors 
      Constructor and Description
      UpdateSuccessEvent(java.lang.String details) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDetails()
      Returns the detailed output from the operation process.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateSuccessEvent

        public UpdateSuccessEvent(java.lang.String details)
    • Method Detail

      • getDetails

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