[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: None-UI thread model updates and Display.getCurrent() returning null.

It's too late, syncExec doesn't help you.  Between the model change and your 
listener being notified, the viewer may have been disposed.

Can it hurt? Using syncExec() is one of the common causes of deadlock.  Of 
course it depends on the type of notification.