org.eclipse.ecf.osgi.services.discovery
Interface IHostDiscoveryListener

All Known Implementing Classes:
LoggingHostDiscoveryListener

public interface IHostDiscoveryListener


Method Summary
 void publish(org.osgi.framework.ServiceReference publicationServiceReference, IServiceInfo serviceInfo)
           
 void unpublish(org.osgi.framework.ServiceReference publicationServiceReference, IServiceInfo serviceInfo)
           
 

Method Detail

publish

void publish(org.osgi.framework.ServiceReference publicationServiceReference,
             IServiceInfo serviceInfo)

unpublish

void unpublish(org.osgi.framework.ServiceReference publicationServiceReference,
               IServiceInfo serviceInfo)