org.apache.servicemix.jbi.event
Interface ComponentListener
- All Superinterfaces:
- EventListener, ServiceMixListener
- All Known Implementing Classes:
- ComponentAdapter, DotViewFlowListener
public interface ComponentListener
- extends ServiceMixListener
componentInstalled
void componentInstalled(ComponentEvent event)
componentInitialized
void componentInitialized(ComponentEvent event)
componentStarted
void componentStarted(ComponentEvent event)
componentStopped
void componentStopped(ComponentEvent event)
componentShutDown
void componentShutDown(ComponentEvent event)
componentUninstalled
void componentUninstalled(ComponentEvent event)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.