Packagesamples.login.command
Classpublic class SchoolUpdateCommand
Implementscom.adobe.cairngorm.commands.ICommand, mx.rpc.IResponder



Public Methods
 MethodDefined by
  
SchoolUpdateCommand
  
execute(event:CairngormEvent):void
TemplateMethodパターンによって自動で呼び出されます。
SchoolUpdateCommand
  
fault(event:Object):void
Serviceの失敗イベントとして呼び出されます。
SchoolUpdateCommand
  
result(event:Object):void
Serviceの成功イベントとして呼び出されます。
SchoolUpdateCommand
Constructor detail
SchoolUpdateCommand()constructor
public function SchoolUpdateCommand()
Method detail
execute()method
public function execute(event:CairngormEvent):void

TemplateMethodパターンによって自動で呼び出されます。

Parameters
event:CairngormEvent
fault()method 
public function fault(event:Object):void

Serviceの失敗イベントとして呼び出されます。

Parameters
event:Object
result()method 
public function result(event:Object):void

Serviceの成功イベントとして呼び出されます。

Parameters
event:Object