tags:

views:

22

answers:

1

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

A: 

I think you need method changed() from LocationListener and test whether event.top is true

True Soft