org.apache.servicemix.jbi.event
Interface ServiceAssemblyListener
- All Superinterfaces:
- EventListener, ServiceMixListener
- All Known Implementing Classes:
- ServiceAssemblyAdapter
public interface ServiceAssemblyListener
- extends ServiceMixListener
assemblyDeployed
void assemblyDeployed(ServiceAssemblyEvent event)
assemblyStarted
void assemblyStarted(ServiceAssemblyEvent event)
assemblyStopped
void assemblyStopped(ServiceAssemblyEvent event)
assemblyShutDown
void assemblyShutDown(ServiceAssemblyEvent event)
assemblyUndeployed
void assemblyUndeployed(ServiceAssemblyEvent event)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.