Packageorg.springextensions.actionscript.mvcs.service.operation
Classpublic class AbstractRemoteObjectOperation
InheritanceAbstractRemoteObjectOperation Inheritance AbstractAsyncOperation Inheritance flash.events.EventDispatcher



Protected Properties
 PropertyDefined by
  remoteObject : RemoteObject
AbstractRemoteObjectOperation
Public Methods
 MethodDefined by
  
AbstractRemoteObjectOperation(remoteObject:RemoteObject)
AbstractRemoteObjectOperation
 Inherited
addErrorListener(listener:Function):void
Adds an error listener to this operation.
AbstractAsyncOperation
 Inherited
addResultListener(listener:Function):void
Adds a result listener to this operation.
AbstractAsyncOperation
 Inherited
dispatchError(error:*):Boolean
Dispatches an error event.
AbstractAsyncOperation
 Inherited
dispatchResult(result:*):Boolean
Dispatches a result event.
AbstractAsyncOperation
Property detail
remoteObjectproperty
protected var remoteObject:RemoteObject
Constructor detail
AbstractRemoteObjectOperation()constructor
public function AbstractRemoteObjectOperation(remoteObject:RemoteObject)

Parameters
remoteObject:RemoteObject