Class fever.remoting.AMFCommand

Description

Abstract remoting command defines behaviour for AMF.onFault() result.

Method Index

execute(), onFault(), onResult()

Method Detail

execute

public function execute(e:IEvent):Void

Executes current command process.

Must be override by concrete sub command class.

onResult

public function onResult(e:BasicResultEvent):Void

Triggered when result is sent back from AMF service.

Must be override by concrete sub command class.

onFault

public function onFault(e:BasicFaultEvent):Void

Triggered when error occures in AMF service processing.

Uses the {link fever.remoting.RemotingEventController} to dispatch a system event.