org.apache.servicemix.jbi.event
Interface ContainerAware

All Known Implementing Classes:
DotViewEndpointListener, DotViewFlowListener

public interface ContainerAware

An interface for listeners which are aware of the container to which they are attached.

Version:
$Revision: 564374 $

Method Summary
 void setContainer(JBIContainer container)
          This method is called when the listener is registered on the JBI container.
 

Method Detail

setContainer

void setContainer(JBIContainer container)
This method is called when the listener is registered on the JBI container.

Parameters:
container - the container where this listener is registered


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