Packageorg.springextensions.actionscript.mvcs.service.operation.event
Classpublic class AsyncOperationErrorEvent
InheritanceAsyncOperationErrorEvent Inheritance AsyncOperationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  fault : Object
AsyncOperationErrorEvent
Public Methods
 MethodDefined by
  
AsyncOperationErrorEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false)
AsyncOperationErrorEvent
  
clone():Event
AsyncOperationErrorEvent
Public Constants
 ConstantDefined by
 InheritedERROR : String = "asyncServiceError"
[static]
AsyncOperationEvent
 InheritedRESULT : String = "asyncServiceResult"
[static]
AsyncOperationEvent
Property detail
faultproperty
public var fault:Object
Constructor detail
AsyncOperationErrorEvent()constructor
public function AsyncOperationErrorEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
fault:Object
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event