Client push [message #1159305] |
Mon, 28 October 2013 08:41  |
Eclipse User |
|
|
|
I am investigating web client implementation and as far as I understood it works in way request-respose. Client always sends json request and takes json as well. Where is no case when server sends something to the client.
Because of that I interesting in situations like this:
createUI(){
...
Display display = RWT.getCurrent();
new Job(""){
protected IStatus run(IProgressMonitor monitor) {
display.asyncExec(new Runnable() {
// perform some UI modifications (changing labels, etc)
});
}
}.schedule(10000L);
Now my code will never called. Is it means that all delayed UI jobs never will be executed? Or I missed something?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06150 seconds