How to wait until a event get processed !!!
Hi,
I'm working on a AWT based application in Java. In that, i got a scenario where in i need to wait until a event get processed and dispatched. I mean, I want to wait until the given event gets processed and then perform some other actions on appliccation. Is there a way to achieve this ? If so, please share it with me so that will be of great help for me.
Thanks and Regards
Srinu.

