What is an event sub class?
Answer / Ratnesh Singh
An event subclass in Flex is a custom class that extends the mx.events.Event or mx.core.IEventDispatcher classes to create a new custom event type. This custom event can be dispatched by other objects when specific conditions are met.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will flex 3 be packaged?
What are channels & their types in flex?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener? : adobe flex action script
What are sealed classes in flex? : adobe flex action script
Explain how many levels does flash mx support?
What happens if an .swf is loaded into a already occupied level?
Can I resize the internet explorer browser window from flex?
What is the difference between target and current target?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty?
What is an event class in Flex?
How do we identify a component created in a repeater using flex? : adobe flex action script
How do u generate random numbers within a given limit with Action script?