Packagejp.seagirl.desktop
Classpublic class ApplicationUpdateEvent
InheritanceApplicationUpdateEvent Inheritance flash.events.Event

AIRアプリケーションのアップデート処理にまつわるイベントを提供します。



Public Properties
 PropertyDefined by
  needUpdating : Boolean
アップデートする必要があるか
ApplicationUpdateEvent
  newVersion : String
新しいバージョン
ApplicationUpdateEvent
Public Methods
 MethodDefined by
  
ApplicationUpdateEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
コンストラクタ
ApplicationUpdateEvent
Property detail
needUpdatingproperty
public var needUpdating:Boolean

アップデートする必要があるか

newVersionproperty 
public var newVersion:String

新しいバージョン

Constructor detail
ApplicationUpdateEvent()constructor
public function ApplicationUpdateEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

コンストラクタ

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)