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 DSwingDomainListener.java69 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 DSwingResolveListener.java70 fIndex = ifIndex;
84 fListener.serviceResolved( fResolver, fFlags, fIndex, fFullName, fHostName, fPort, fTXTRecord);
102 protected int fIndex; field in class:SwingResolveListener
H A DSwingBrowseListener.java70 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 DSwingQueryListener.java67 fIndex = ifIndex;
82 fListener.queryAnswered( fQuery, fFlags, fIndex, fFullName, fType, fClass, fData, fTTL);
100 protected int fIndex; field in class:SwingQueryListener

Completed in 70 milliseconds