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

Packages that use IRuntimeLifecycleListener
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 IRuntimeLifecycleListener in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core with parameters of type IRuntimeLifecycleListener
static void ServerCore.addRuntimeLifecycleListener(IRuntimeLifecycleListener listener)
          Adds a new runtime lifecycle listener.
static void ServerCore.removeRuntimeLifecycleListener(IRuntimeLifecycleListener listener)
          Removes a runtime lifecycle listener.
 

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

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