Packagejp.seagirl.desktop
Classpublic class DownloadAIRResponder
InheritanceDownloadAIRResponder Inheritance flash.events.EventDispatcher
ImplementsIResponder

ダウンロード処理において、サービスクラスの要求に呼応するクラスです。



Public Methods
 MethodDefined by
  
DownloadAIRResponder(saveAs:String)
コンストラクタ
DownloadAIRResponder
  
complete(event:Event):void
DownloadAIRResponder
  
ioError(event:IOErrorEvent):void
DownloadAIRResponder
  
progress(event:ProgressEvent):void
DownloadAIRResponder
  
securityError(event:SecurityErrorEvent):void
DownloadAIRResponder
Constructor detail
DownloadAIRResponder()constructor
public function DownloadAIRResponder(saveAs:String)

コンストラクタ

Parameters
saveAs:String
Method detail
complete()method
public function complete(event:Event):void

Parameters
event:Event

See also

jp.s2factory.genius.business.IResponder
ioError()method 
public function ioError(event:IOErrorEvent):void

Parameters
event:IOErrorEvent

See also

jp.s2factory.genius.business.IResponder
progress()method 
public function progress(event:ProgressEvent):void

Parameters
event:ProgressEvent

See also

jp.s2factory.genius.business.IResponder
securityError()method 
public function securityError(event:SecurityErrorEvent):void

Parameters
event:SecurityErrorEvent

See also

jp.s2factory.genius.business.IResponder