org.apache.servicemix.jbi.event
Class ServiceAssemblyAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceAssemblyAdapter
public ServiceAssemblyAdapter()
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.