Uses of Interface
org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification

Packages that use DiscoveredServiceNotification
org.eclipse.ecf.osgi.services.discovery   
org.eclipse.ecf.osgi.services.discovery.local   
 

Uses of DiscoveredServiceNotification in org.eclipse.ecf.osgi.services.discovery
 

Methods in org.eclipse.ecf.osgi.services.discovery with parameters of type DiscoveredServiceNotification
 void DiscoveredServiceTracker.serviceChanged(DiscoveredServiceNotification notification)
          Deprecated. Receives notification that information known to Discovery regarding a remote service has changed.
 

Uses of DiscoveredServiceNotification in org.eclipse.ecf.osgi.services.discovery.local
 

Classes in org.eclipse.ecf.osgi.services.discovery.local that implement DiscoveredServiceNotification
 class DiscoveredServiceNotificationImpl