Explain the arguments of addeventlistener() method?
Answer / Sudesh Kumar
The addEventListener() method in Adobe Flex takes three arguments: the event type (like 'click' or 'mouseOver'), a reference to the function that will be called when the event occurs, and an optional boolean value that specifies whether the listener should capture (true) or bubble (false) the event.
| Is This Answer Correct ? | 0 Yes | 0 No |
What keyword allows you to refer to private variables of a class in flex?
Why would you want to keep a reference to a changewatcher and call unwatch()?
What is shared object?
What is a filter function?
Explain the configuration details of blaze ds?
Why are my valueobject member variables undefined in the results from my remoteobject requests? : adobe flex action script
How can u call Javascript from MXML?
What are the goals of the beta?
What is singleton class? Explain the steps to create a singleton class?
What is the difference between changewatcher.watch, and bindingutils.bindproperty?
What is inheritance in term of oop (flash actionscript)? : adobe flex action script
What is display object? : adobe flex action script