org.eclipse.swt.events.Progresslistner{ public void completed(ProgressEvent e){} }
the method completed(ProgressEvent) only means the browser has loaded the html, but still not ready to render. What I needed is a callback when render completed. Is there any way could do this?
thx