[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.

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



Since I am in the UI thread at this point, can I check something on the UI to know if the viewer has been disposed, as opposed to just catching the fallout?


CL