Community
Participate
Working Groups
Build Identifier: Version: 3.6.1 Build id: M20100909-0800 I want to synchronize the state of my server in the Eclipse servers view. When someone starts/stops the server from outside Eclipse I would like my plug-in to detect any changes in the server's state. In order to do so I would need to use the observers of the WST. Could the method getServerNotificationManager in the class org.eclipse.wst.server.core.internal.Server be public? Reproducible: Always
You can use org.eclipse.wst.server.core.IServer.addServerListener(IServerListener) to add a listener to the server to listen to the server state changes.