Abstract remoting command defines behaviour for AMF.onFault() result.
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.
Uses the {link fever.remoting.RemotingEventController} to dispatch a system event.