Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.wst.server.core
Interface IServerLifecycleListener

All Known Implementing Classes:
ServerLifecycleAdapter

public interface IServerLifecycleListener

Listener interface for changes to servers.

This interface is fired whenever a server is added, modified, or removed. All events are fired post-change, so that all server tools API called as a result of the event will return the updated results. (for example, on serverAdded the new server will be in the global list of servers ( ServerCore.getServers()), and on serverRemoved the server will not be in the list.

Since:
1.0
See Also:
ServerCore, IServer

Method Summary
 void serverAdded ( IServer server)
          A new server has been created.
 void serverChanged ( IServer server)
          An existing server has been updated or modified.
 void serverRemoved ( IServer server)
          A existing server has been removed.
 

Method Detail

serverAdded

void serverAdded(
IServer server)
A new server has been created.

Parameters:
server - the new server

serverChanged

void serverChanged(
IServer server)
An existing server has been updated or modified.

Parameters:
server - the modified server

serverRemoved

void serverRemoved(
IServer server)
A existing server has been removed.

Parameters:
server - the removed server



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire