Uses of Interface
edu.UCL.satin.arch.facets.ComponentListener

Packages that use ComponentListener
edu.UCL.satin.arch.facets   
edu.UCL.satin.facets   
edu.UCL.satin.impl.advertising.central.clients.discovery   
edu.UCL.satin.impl.arch.components.comms   
edu.UCL.satin.impl.container   
edu.UCL.satin.impl.localhost   
 

Uses of ComponentListener in edu.UCL.satin.arch.facets
 

Methods in edu.UCL.satin.arch.facets with parameters of type ComponentListener
 void ContainerFacet.addListener(ComponentListener c)
          Adds a listener that will be notified when any new component is deployed or removed.
 void ContainerFacet.addListener(ComponentListener c, java.util.Hashtable filter)
          Adds a listener that will be notified when any new component matching the filter given is deployed or removed.
 void ContainerFacet.removeListener(ComponentListener c)
          Removes all instances of the given listener (including any different filters) from the list of listeners to be notified.
 void ContainerFacet.removeListener(ComponentListener c, java.util.Hashtable filter)
          Removes the particular listener+filter pair from the list of listeners to be notified.
 

Uses of ComponentListener in edu.UCL.satin.facets
 

Methods in edu.UCL.satin.facets with parameters of type ComponentListener
 void DiscoveryFacet.addListener(ComponentListener c)
          Adds a listener that will be notified when any new component is discovered.
 void DiscoveryFacet.addListener(ComponentListener c, java.util.Hashtable filter)
          Adds a listener that will be notified when any new component matching the filter given is discovered.
 void DiscoveryFacet.removeListener(ComponentListener c)
          Removes all instances of the given listener (including any different filters) from the list of listeners to be notified.
 void DiscoveryFacet.removeListener(ComponentListener c, java.util.Hashtable filter)
          Removes the particular listener+filter pair from the list of listeners to be notified.
 

Uses of ComponentListener in edu.UCL.satin.impl.advertising.central.clients.discovery
 

Methods in edu.UCL.satin.impl.advertising.central.clients.discovery with parameters of type ComponentListener
 void CentralDiscovery.addListener(ComponentListener c)
           
 void CentralDiscovery.addListener(ComponentListener c, java.util.Hashtable filter)
           
 void CentralDiscovery.removeListener(ComponentListener c)
           
 void CentralDiscovery.removeListener(ComponentListener c, java.util.Hashtable filter)
           
 

Uses of ComponentListener in edu.UCL.satin.impl.arch.components.comms
 

Methods in edu.UCL.satin.impl.arch.components.comms with parameters of type ComponentListener
abstract  void Discovery.addListener(ComponentListener c)
          Adds a listener that will be notified when any new component is discovered.
abstract  void Discovery.addListener(ComponentListener c, java.util.Hashtable filter)
          Adds a listener that will be notified when any new component matching the filter given is discovered.
abstract  void Discovery.removeListener(ComponentListener c)
          Removes all instances of the given listener (including any different filters) from the list of listeners to be notified.
abstract  void Discovery.removeListener(ComponentListener c, java.util.Hashtable filter)
          Removes the particular listener+filter pair from the list of listeners to be notified.
 

Uses of ComponentListener in edu.UCL.satin.impl.container
 

Fields in edu.UCL.satin.impl.container declared as ComponentListener
private  ComponentListener ComponentListenerFilter.listener
           
 

Methods in edu.UCL.satin.impl.container that return ComponentListener
 ComponentListener ComponentListenerFilter.getListener()
          returns the actual component listener
 

Methods in edu.UCL.satin.impl.container with parameters of type ComponentListener
 void Core.addListener(ComponentListener c)
           
 void Core.addListener(ComponentListener c, java.util.Hashtable filter)
           
 void Core.removeListener(ComponentListener c)
           
 void Core.removeListener(ComponentListener c, java.util.Hashtable filter)
           
 

Constructors in edu.UCL.satin.impl.container with parameters of type ComponentListener
ComponentListenerFilter(ComponentListener listener, java.util.Hashtable filter)
          Creates a new ComponentListenerFilter
ComponentListenerFilter(ComponentListener listener)
          Creates a new ComponentListenerFilter, for a component listener that wishes to be notified for all new components found (no filter)
 

Uses of ComponentListener in edu.UCL.satin.impl.localhost
 

Classes in edu.UCL.satin.impl.localhost that implement ComponentListener
 class SimpleLocalHost
          SimpleLocalHost is an extremely simple LocalHost implementation.