(AIR only)

The air.update.events package contains classes that define events used by the AIR application update framework. This package is only available to content running in the AIR runtime.



Classes
 ClassDescription
 DownloadErrorEvent AIR-onlyA DownloadErrorEvent object is dispatched by an ApplicationUpdater or ApplicationUpdaterUI object when an error happens while downloading the update file.
 StatusFileUpdateErrorEvent AIR-onlyA StatusUpdateFileErrorEvent is dispatched when a call to the checkForUpdate() method of a ApplicationUpdater object encounters an error while downloading or parsing the update descriptor file.
 StatusFileUpdateEvent AIR-onlyDispatched after the updater successfully validates the file in the call to the installFromAIRFile() method.
 StatusUpdateErrorEvent AIR-onlyA StatusUpdateErrorEvent is dispatched when a call to the checkForUpdate() method of an ApplicationUpdater object encounters an error while downloading or parsing the update descriptor file.
 StatusUpdateEvent AIR-onlyAn updater object dispatches a StatusUpdateEvent object after the updater successfully downloads and interprets the update descriptor file.
 UpdateEvent AIR-onlyA UpdateEvent is dispatched by a ApplicationUpdater object during the update process.