edu.UCL.satin.arch.facets
Interface ComponentListener

All Superinterfaces:
Facet
All Known Implementing Classes:
SimpleLocalHost

public interface ComponentListener
extends Facet

This interface is to be implemented by classes that need to be notified if a new component is found

Author:
Stefanos Zachariadis

Method Summary
 void componentFound(Component c)
          This method is called by a Discovery service if a new component that matches a given query is found.
 

Method Detail

componentFound

public void componentFound(Component c)
This method is called by a Discovery service if a new component that matches a given query is found.

Parameters:
c - The component found