Command
IServiceProxyListener
PendingRemoteCommand class.
PendingRemoteCommand
public function execute(e:IEvent):Void
Executes current command process.
Must be override by concrete sub command class.
public function onResult(e:BasicResultEvent):Void
Triggered when result is sent back from AMF service.
public function onFault(e:BasicFaultEvent):Void
Triggered when error occures in AMF service processing.