开发者

How could I know whether org.eclipse.swt.browser.Browser.setText(html) renderred html completed

开发者 https://www.devze.com 2023-01-21 16:51 出处:网络
org.eclipse.swt.events.Progresslistner{ public void completed(ProgressEvent e){} } the method completed(ProgressEvent) only means the browser has loaded t开发者_运维技巧he html, but still not ready t

org.eclipse.swt.events.Progresslistner{ public void completed(ProgressEvent e){} }

the method completed(ProgressEvent) only means the browser has loaded t开发者_运维技巧he html, but still not ready to render. What I needed is a callback when render completed. Is there any way could do this?

thx


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

0

精彩评论

暂无评论...
验证码 换一张
取 消