[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: DisposeListener vs dispose()

Koen wrote:
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