Uses of Interface
org.eclipse.wst.server.core.IServerLifecycleListener

Packages that use IServerLifecycleListener
org.eclipse.wst.server.core The main server tools framework client API. 
org.eclipse.wst.server.core.util Utility classes for the server tools framework. 
 

Uses of IServerLifecycleListener in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core with parameters of type IServerLifecycleListener
static void ServerCore.addServerLifecycleListener(IServerLifecycleListener listener)
          Adds a new server lifecycle listener.
static void ServerCore.removeServerLifecycleListener(IServerLifecycleListener listener)
          Removes a server lifecycle listener.
 

Uses of IServerLifecycleListener in org.eclipse.wst.server.core.util
 

Classes in org.eclipse.wst.server.core.util that implement IServerLifecycleListener
 class ServerLifecycleAdapter
          Helper class which implements the IServerLifecycleListener interface with empty methods.