Searched defs:browser (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBrowseListener.java43 @param browser
62 void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
67 @param browser
85 void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java65 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
69 fBrowser = browser;
80 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
83 fBrowser = browser;
H A DBrowserApp.java217 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
225 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
335 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
340 super.serviceFound( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
343 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
347 super.serviceLost( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
H A DSimpleChat.java68 DNSSDService browser; // object that actively browses for other chat clients field in class:SimpleChat
102 browser = DNSSD.browse( 0, 0, kChatExampleRegType, "", new SwingBrowseListener( targetList));
272 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
282 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument

Completed in 47 milliseconds