Class fever.remoting.PendingRemoteCommand

Implemented Interfaces

Command IServiceProxyListener

Description

PendingRemoteCommand class.

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.

onFault

public function onFault(e:BasicFaultEvent):Void

Triggered when error occures in AMF service processing.