| [news.eclipse.platform.rcp] Re: DisposeListener vs dispose() |
Hello,
I have made a view with a canvas on it and I made a custom control which I display on that canvas. When I close the view the disposelistener of the custom control is notified but the dispose() method is not called. How is this possible? Shouldn't they both get called?
Which dispose is not called? CustomControl#dispose()? IViewPart#dispose()?
Later, PW