org.apache.servicemix.jbi.event
Class ComponentAdapter
java.lang.Object
org.apache.servicemix.jbi.event.ComponentAdapter
- All Implemented Interfaces:
- EventListener, ComponentListener, ServiceMixListener
public abstract class ComponentAdapter
- extends Object
- implements ComponentListener
An abstract adapter class for receiving component events.
The methods in this class are empty. This class exists as a
convenience for creating listener objects.
- Author:
- gnodet
- See Also:
ComponentEvent,
ComponentListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentAdapter
public ComponentAdapter()
componentInstalled
public void componentInstalled(ComponentEvent event)
- Specified by:
componentInstalled in interface ComponentListener
componentInitialized
public void componentInitialized(ComponentEvent event)
- Specified by:
componentInitialized in interface ComponentListener
componentStarted
public void componentStarted(ComponentEvent event)
- Specified by:
componentStarted in interface ComponentListener
componentStopped
public void componentStopped(ComponentEvent event)
- Specified by:
componentStopped in interface ComponentListener
componentShutDown
public void componentShutDown(ComponentEvent event)
- Specified by:
componentShutDown in interface ComponentListener
componentUninstalled
public void componentUninstalled(ComponentEvent event)
- Specified by:
componentUninstalled in interface ComponentListener
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.