Flex event handling
Hello,
I am trying to find ways to capture the event thrown by Flex in Java Swing . Our Java Swing UI had a flex screen and after a push of a button it dispatches event ( object and parameters) and invokes Swing UI . I am unsure how to catch this event in Swing code. The component listener doesnt catch this event through the channel. Is there a quick way to implement this flex to swing communication?
TIA!
