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



Public Methods
 MethodDefined by
  
AsyncOperationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AsyncOperationEvent
  
clone():Event
AsyncOperationEvent
Public Constants
 ConstantDefined by
  ERROR : String = "asyncServiceError"
[static]
AsyncOperationEvent
  RESULT : String = "asyncServiceResult"
[static]
AsyncOperationEvent
Constructor detail
AsyncOperationEvent()constructor
public function AsyncOperationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
ERRORconstant
public static const ERROR:String = "asyncServiceError"
RESULTconstant 
public static const RESULT:String = "asyncServiceResult"