more evens needed in Web Browser Listener Interface
Web Browser, Flash Player, HTML editor, Media player for Swing and SWT
Brought to you by:
chrriis
WebBrowserListener does not provide any events that is generated once the page is loaded. Hence there is no way other threads in the application can be notified that the browser is done with the page loading. We need to have such kind of event and same can be hendelled in Listener interface. One example of such events is documentCompleted in JDIC browser API.
Thanks
Bhanu