org.apache.servicemix.jbi.event
Interface ComponentListener

All Superinterfaces:
EventListener, ServiceMixListener
All Known Implementing Classes:
ComponentAdapter, DotViewFlowListener

public interface ComponentListener
extends ServiceMixListener


Method Summary
 void componentInitialized(ComponentEvent event)
           
 void componentInstalled(ComponentEvent event)
           
 void componentShutDown(ComponentEvent event)
           
 void componentStarted(ComponentEvent event)
           
 void componentStopped(ComponentEvent event)
           
 void componentUninstalled(ComponentEvent event)
           
 

Method Detail

componentInstalled

void componentInstalled(ComponentEvent event)

componentInitialized

void componentInitialized(ComponentEvent event)

componentStarted

void componentStarted(ComponentEvent event)

componentStopped

void componentStopped(ComponentEvent event)

componentShutDown

void componentShutDown(ComponentEvent event)

componentUninstalled

void componentUninstalled(ComponentEvent event)


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