| Package | com.jeffdePascale.fosfr.utils.jsonHandler |
| Class | public class JSONHandlerEvent |
| Inheritance | JSONHandlerEvent flash.events.Event |
JSONHandlerEvent objects when the callback method of the JSONHandler instance is called by javascript. There is one type of JSONHandler Event:
See also
| Constant | Defined 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 | ||
| CALLBACK | constant |
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. |