Searched defs:fIndex (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | SwingDomainListener.java | 69 fIndex = ifIndex; 80 fIndex = ifIndex; 91 fListener.domainFound( fEnumerator, fFlags, fIndex, fDomain); 93 fListener.domainLost( fEnumerator, fFlags, fIndex, fDomain); 112 protected int fIndex; field in class:SwingDomainListener
|
H A D | SwingResolveListener.java | 70 fIndex = ifIndex; 84 fListener.serviceResolved( fResolver, fFlags, fIndex, fFullName, fHostName, fPort, fTXTRecord); 102 protected int fIndex; field in class:SwingResolveListener
|
H A D | SwingBrowseListener.java | 70 fIndex = ifIndex; 84 fIndex = ifIndex; 97 fListener.serviceFound( fBrowser, fFlags, fIndex, fService, fRegType, fDomain); 99 fListener.serviceLost( fBrowser, fFlags, fIndex, fService, fRegType, fDomain); 118 protected int fIndex; field in class:SwingBrowseListener
|
H A D | SwingQueryListener.java | 67 fIndex = ifIndex; 82 fListener.queryAnswered( fQuery, fFlags, fIndex, fFullName, fType, fClass, fData, fTTL); 100 protected int fIndex; field in class:SwingQueryListener
|
Completed in 109 milliseconds