开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜