Package org.apache.cxf.buslifecycle
Interface BusLifeCycleManager
- All Superinterfaces:
- BusLifeCycleListener
- All Known Implementing Classes:
- CXFBusLifeCycleManager
The manager interface for registering 
BusLifeCycleListeners.
 A class that implements the BusLifeCycleListener interface can be
 registered or unregistered to receive notification of Bus
 lifecycle events.- 
Method SummaryModifier and TypeMethodDescriptionvoidRegister a listener to receiveBuslifecycle notification.voidUnregister a listener so that it will no longer receiveBuslifecycle events.Methods inherited from interface org.apache.cxf.buslifecycle.BusLifeCycleListenerinitComplete, postShutdown, preShutdown
- 
Method Details- 
registerLifeCycleListenerRegister a listener to receiveBuslifecycle notification.- Parameters:
- listener- The- BusLifeCycleListenerthat will receive the events.
 
- 
unregisterLifeCycleListenerUnregister a listener so that it will no longer receiveBuslifecycle events.- Parameters:
- listener- The- BusLifeCycleListenerto unregister.
 
 
-