org.apache.servicemix.jbi.event
Interface ServiceAssemblyListener

All Superinterfaces:
EventListener, ServiceMixListener
All Known Implementing Classes:
ServiceAssemblyAdapter

public interface ServiceAssemblyListener
extends ServiceMixListener


Method Summary
 void assemblyDeployed(ServiceAssemblyEvent event)
           
 void assemblyShutDown(ServiceAssemblyEvent event)
           
 void assemblyStarted(ServiceAssemblyEvent event)
           
 void assemblyStopped(ServiceAssemblyEvent event)
           
 void assemblyUndeployed(ServiceAssemblyEvent event)
           
 

Method Detail

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.