how to achieve Inter-Widget communication
Posted
by bakore
on Stack Overflow
See other posts from Stack Overflow
or by bakore
Published on 2010-04-05T19:26:51Z
Indexed on
2010/04/05
19:33 UTC
Read the original article
Hit count: 143
I was looking for a platform where widgets developed using various technologies like Java can communicate with each other. In other words
When I add widgets to an interface I need them to talk to each other. For example A Click event in one widget should trigger an event in some other widget.
I have been looking into the web for solutions and ways to do it, but couldnt find anything concrete. Any pointers or information on this would be great. Something like this http://blogs.sun.com/pdblog/entry/inter_widget_communication_in_cross
© Stack Overflow or respective owner