Hi Noorul, The current target always specifies to the object with which the eventlistener is attached. The target is the object with dispatches the event. For example Suppose you have a button inside a panel. You add event listener to the panel. Then you click on the button.During event propagation the event will be listened which is associated with the panel. But since it was the button which dispatched the event, it is the target. Whereas if you had clicked on the panel, then in this case the current target and target both are the same , the panel. I hope that it proved useful to you. You can ask again if you want more clarification.
With Regards, Nitin On Mon, Feb 6, 2012 at 3:18 PM, Noorul <[email protected]> wrote: > I was asked the following questions in interview > > What is the currentTarget,Target in Flex > > plz advice. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You can only depend on yourself. The cavalry ain't coming. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

