Package org.apache.catalina
Interface LifecycleListener
-
- All Known Implementing Classes:
ContextConfig,EngineConfig,HostConfig,NamingContextListener,UserConfig,WebModuleContextConfig
public interface LifecycleListenerInterface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.- Version:
- $Revision: 1.1.2.1 $ $Date: 2007/08/17 15:46:26 $
- Author:
- Craig R. McClanahan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event.
-
-
-
Method Detail
-
lifecycleEvent
void lifecycleEvent(LifecycleEvent event) throws LifecycleException
Acknowledge the occurrence of the specified event.- Parameters:
event- LifecycleEvent that has occurred- Throws:
LifecycleException
-
-