1:实现一个IPartListener接口,EditorPartListener类
2:通过IWorkbenchWindow,比如在打开Editor的地方,通过IWorkbenchWindow.getPartService().addPartListener(new EditorPartListener());设置消息监听
1:实现一个IPartListener接口,EditorPartListener类
2:通过IWorkbenchWindow,比如在打开Editor的地方,通过IWorkbenchWindow.getPartService().addPartListener(new EditorPartListener());设置消息监听