Packageorg.springextensions.actionscript.mvcs.service.operation.event
Classpublic class AsyncOperationResultEvent
InheritanceAsyncOperationResultEvent Inheritance AsyncOperationEvent Inheritance flash.events.Event



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

Returns
Event