Package org.springframework.context
Interface LifecycleProcessor
- All Superinterfaces:
Lifecycle
- All Known Implementing Classes:
DefaultLifecycleProcessor
public interface LifecycleProcessor extends Lifecycle
Strategy interface for processing Lifecycle beans within the ApplicationContext.- Since:
- 3.0
- Author:
- Mark Fisher, Juergen Hoeller
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose()Notification of context close phase, e.g.voidonRefresh()Notification of context refresh, e.g.