Packagecom.jeffdePascale.fosfr.utils.jsonHandler
Classpublic class JSONHandlerEvent
InheritanceJSONHandlerEvent Inheritance flash.events.Event

JSONHandler dispatches JSONHandlerEvent objects when the callback method of the JSONHandler instance is called by javascript. There is one type of JSONHandler Event:

See also

com.jeffdePascale.fosfr.utils.jsonHandler.JSONHandler


Public Constants
 ConstantDefined by
  CALLBACK : String = "callback"
[static] The JSONHandlerEvent.CALLBACK constant defines the value of the type property of the event object for a callback event.
JSONHandlerEvent
Constant detail
CALLBACKconstant
public static const CALLBACK:String = "callback"

The JSONHandlerEvent.CALLBACK constant defines the value of the type property of the event object for a callback event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.
args an Array containing the parameters passed to the callback function.