Uses of Interface
org.eclipse.ecf.discovery.IServiceListener
- 
Packages that use IServiceListener Package Description org.eclipse.ecf.discovery org.eclipse.ecf.provider.jslp.container org.eclipse.ecf.provider.zookeeper.core 
- 
- 
Uses of IServiceListener in org.eclipse.ecf.discoveryMethods in org.eclipse.ecf.discovery with parameters of type IServiceListener Modifier and Type Method Description voidAbstractDiscoveryContainerAdapter. addServiceListener(IServiceTypeID aType, IServiceListener aListener)voidAbstractDiscoveryContainerAdapter. addServiceListener(IServiceListener aListener)voidIDiscoveryLocator. addServiceListener(IServiceTypeID type, IServiceListener listener)Add a service listener.voidIDiscoveryLocator. addServiceListener(IServiceListener listener)Add a service listener.voidAbstractDiscoveryContainerAdapter. removeServiceListener(IServiceTypeID aType, IServiceListener aListener)voidAbstractDiscoveryContainerAdapter. removeServiceListener(IServiceListener aListener)voidIDiscoveryLocator. removeServiceListener(IServiceTypeID type, IServiceListener listener)Remove a service listener.voidIDiscoveryLocator. removeServiceListener(IServiceListener listener)Remove a service listener.
- 
Uses of IServiceListener in org.eclipse.ecf.provider.jslp.containerMethods in org.eclipse.ecf.provider.jslp.container with parameters of type IServiceListener Modifier and Type Method Description voidJSLPDiscoveryContainer. addServiceListener(IServiceTypeID type, IServiceListener listener)voidJSLPDiscoveryContainer. addServiceListener(IServiceListener listener)
- 
Uses of IServiceListener in org.eclipse.ecf.provider.zookeeper.coreMethods in org.eclipse.ecf.provider.zookeeper.core that return types with arguments of type IServiceListener Modifier and Type Method Description Collection<IServiceListener>ZooDiscoveryContainer. getAllServiceListeners()Collection<IServiceListener>ZooDiscoveryContainer. getServiceListenersForType(IServiceTypeID type)
 
-