org.apache.servicemix.jbi.event
Class ServiceAssemblyAdapter

java.lang.Object
  extended by org.apache.servicemix.jbi.event.ServiceAssemblyAdapter
All Implemented Interfaces:
EventListener, ServiceAssemblyListener, ServiceMixListener

public class ServiceAssemblyAdapter
extends Object
implements ServiceAssemblyListener

An abstract adapter class for receiving service assemblies events. The methods in this class are empty. This class exists as a convenience for creating listener objects.

Author:
gnodet
See Also:
ServiceAssemblyEvent, ServiceAssemblyListener

Constructor Summary
ServiceAssemblyAdapter()
           
 
Method Summary
 void assemblyDeployed(ServiceAssemblyEvent event)
           
 void assemblyShutDown(ServiceAssemblyEvent event)
           
 void assemblyStarted(ServiceAssemblyEvent event)
           
 void assemblyStopped(ServiceAssemblyEvent event)
           
 void assemblyUndeployed(ServiceAssemblyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAssemblyAdapter

public ServiceAssemblyAdapter()
Method Detail

assemblyDeployed

public void assemblyDeployed(ServiceAssemblyEvent event)
Specified by:
assemblyDeployed in interface ServiceAssemblyListener

assemblyStarted

public void assemblyStarted(ServiceAssemblyEvent event)
Specified by:
assemblyStarted in interface ServiceAssemblyListener

assemblyStopped

public void assemblyStopped(ServiceAssemblyEvent event)
Specified by:
assemblyStopped in interface ServiceAssemblyListener

assemblyShutDown

public void assemblyShutDown(ServiceAssemblyEvent event)
Specified by:
assemblyShutDown in interface ServiceAssemblyListener

assemblyUndeployed

public void assemblyUndeployed(ServiceAssemblyEvent event)
Specified by:
assemblyUndeployed in interface ServiceAssemblyListener


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.