| Package | org.springextensions.actionscript.mvcs.service.operation |
| Class | public class AbstractRemoteObjectOperation |
| Inheritance | AbstractRemoteObjectOperation AbstractAsyncOperation flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| remoteObject : RemoteObject | AbstractRemoteObjectOperation | ||
| Method | Defined by | ||
|---|---|---|---|
|
AbstractRemoteObjectOperation(remoteObject:RemoteObject)
| AbstractRemoteObjectOperation | ||
![]() |
addErrorListener(listener:Function):void
Adds an error listener to this operation.
| AbstractAsyncOperation | |
![]() |
addResultListener(listener:Function):void
Adds a result listener to this operation.
| AbstractAsyncOperation | |
![]() |
dispatchError(error:*):Boolean
Dispatches an error event.
| AbstractAsyncOperation | |
![]() |
dispatchResult(result:*):Boolean
Dispatches a result event.
| AbstractAsyncOperation | |