how to catch event in an Inner Class?
Hi,
Class A has an inner class Button Listener which listens Action Events. I want to add this event listener to buttons inclass B. why i need to do it this way is because, i need to use many methods and variables ofclass A once the event is fired.
speaking in object oriented way....
I need to access the inner class of Class A from Class B.
*noteclass Bis initiated inclass A
I suppose there is a simple object oriented solution for this. plz Help.
regards,
Rajesh Rapaka.

