Uses of Interface
org.eclipse.ecf.core.IContainerListener

Packages that use IContainerListener
org.eclipse.ecf.core   
org.eclipse.ecf.provider.discovery   
 

Uses of IContainerListener in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core with parameters of type IContainerListener
 void AbstractContainer.addListener(IContainerListener l)
           
 void IContainer.addListener(IContainerListener listener)
          Add listener to IContainer.
 void AbstractContainer.removeListener(IContainerListener l)
           
 void IContainer.removeListener(IContainerListener listener)
          Remove listener from IContainer.
 

Uses of IContainerListener in org.eclipse.ecf.provider.discovery
 

Methods in org.eclipse.ecf.provider.discovery with parameters of type IContainerListener
 void SingletonDiscoveryContainer.addListener(IContainerListener listener)
           
 void SingletonDiscoveryContainer.removeListener(IContainerListener listener)