Searched refs:ServiceListener (Results 1 - 20 of 20) sorted by relevance

/external/jmdns/src/javax/jmdns/
H A DServiceListener.java14 public interface ServiceListener extends EventListener { interface in inherits:EventListener
H A DJmDNS.java212 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
229 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
235 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
247 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
261 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
273 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
280 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
312 public abstract void addServiceListener(String type, ServiceListener listener);
322 public abstract void removeServiceListener(String type, ServiceListener listene
[all...]
H A DJmmDNS.java187 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
205 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
212 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
223 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
230 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
236 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
249 * Request service information. The information about the service is requested and the ServiceListener.resolveService method is called as soon as it is available.
256 * if <code>true</code> ServiceListener.resolveService will be called whenever new new information is received.
289 * @see javax.jmdns.JmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
291 public abstract void addServiceListener(String type, ServiceListener listene
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DListenerStatus.java14 import javax.jmdns.ServiceListener;
26 public static class ServiceListenerStatus extends ListenerStatus<ServiceListener> {
37 public ServiceListenerStatus(ServiceListener listener, boolean synch) {
H A DJmmDNSImpl.java32 import javax.jmdns.ServiceListener;
293 * @see javax.jmdns.JmmDNS#addServiceListener(java.lang.String, javax.jmdns.ServiceListener)
296 public void addServiceListener(String type, ServiceListener listener) {
304 * @see javax.jmdns.JmmDNS#removeServiceListener(java.lang.String, javax.jmdns.ServiceListener)
307 public void removeServiceListener(String type, ServiceListener listener) {
H A DJmDNSImpl.java39 import javax.jmdns.ServiceListener;
78 * Holds instances of ServiceListener's. Keys are Strings holding a fully qualified service type. Values are LinkedList's of ServiceListener's.
918 public void addServiceListener(String type, ServiceListener listener) {
922 private void addServiceListener(String type, ServiceListener listener, boolean synch) {
967 public void removeServiceListener(String type, ServiceListener listener) {
2001 private static class ServiceCollector implements ServiceListener {
/external/icu4c/common/
H A Dserv.h42 class ServiceListener;
362 * <p>ServiceListener is the listener that ICUService provides by default.
368 class U_COMMON_API ServiceListener : public EventListener {
503 * subinterface, ServiceListener, which can be registered with the
504 * service. When the service changes, the ServiceListener's
922 * a ServiceListener. Subclasses can override this to accept
933 * <p>The default implementation assumes a ServiceListener.
H A Dservloc.h45 class ServiceListener;
H A Dserv.cpp191 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ServiceListener)
946 return dynamic_cast<const ServiceListener*>(&l) != NULL;
952 ((ServiceListener&)l).serviceChanged(*this);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/intltest/
H A Dicusvtst.cpp951 class SimpleListener : public ServiceListener {
1011 ServiceListener l3 = new ServiceListener() {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1394 #define ServiceListener ServiceListener_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1394 #define ServiceListener ServiceListener_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1394 #define ServiceListener ServiceListener_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1394 #define ServiceListener ServiceListener_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2146 #define ServiceListener U_ICU_ENTRY_POINT_RENAME(ServiceListener) macro

Completed in 163 milliseconds