[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Listen to perspective change and veto

Thanks for your replay. I have already a listener registered to workbench window with IWorkbenchWindow.addPerspectiveListener(new PerspectiveAdapter() ...
and have some implementation in the method perspectiveDeactivated(). But I want to suppress the perspective change. Unfortunately I think this is not possible.