Packageorg.granite.tide.events
Classpublic class TideResultEvent
InheritanceTideResultEvent Inheritance TideEvent Inheritance flash.events.Event

Event that is provided to Tide result handlers and that holds the result object.



Public Properties
 PropertyDefined by
  asyncToken : AsyncToken
TideResultEvent
  componentResponder : ComponentResponder
TideResultEvent
 Inheritedcontext : BaseContext
The context in which the event is dispatched
TideEvent
  result : Object
TideResultEvent
Public Methods
 MethodDefined by
  
TideResultEvent(type:String, context:BaseContext, bubbles:Boolean = false, cancelable:Boolean = false, asyncToken:AsyncToken = null, componentResponder:ComponentResponder = null, result:Object = null)
TideResultEvent
  
clone():Event
TideResultEvent
Public Constants
 ConstantDefined by
  RESULT : String = "result"
[static]
TideResultEvent
Property detail
asyncTokenproperty
public var asyncToken:AsyncToken
componentResponderproperty 
public var componentResponder:ComponentResponder
resultproperty 
public var result:Object
Constructor detail
TideResultEvent()constructor
public function TideResultEvent(type:String, context:BaseContext, bubbles:Boolean = false, cancelable:Boolean = false, asyncToken:AsyncToken = null, componentResponder:ComponentResponder = null, result:Object = null)Parameters
type:String
 
context:BaseContext
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
asyncToken:AsyncToken (default = null)
 
componentResponder:ComponentResponder (default = null)
 
result:Object (default = null)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
RESULTconstant
public static const RESULT:String = "result"