Searched refs:fIndex (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java72 fIndex = ifIndex;
86 fIndex = ifIndex;
99 fListener.serviceFound( fBrowser, fFlags, fIndex, fService, fRegType, fDomain);
101 fListener.serviceLost( fBrowser, fFlags, fIndex, fService, fRegType, fDomain);
120 protected int fIndex; field in class:SwingBrowseListener
H A DSwingDomainListener.java72 fIndex = ifIndex;
83 fIndex = ifIndex;
94 fListener.domainFound( fEnumerator, fFlags, fIndex, fDomain);
96 fListener.domainLost( fEnumerator, fFlags, fIndex, fDomain);
115 protected int fIndex; field in class:SwingDomainListener
H A DSwingQueryListener.java70 fIndex = ifIndex;
85 fListener.queryAnswered( fQuery, fFlags, fIndex, fFullName, fType, fClass, fData, fTTL);
103 protected int fIndex; field in class:SwingQueryListener
H A DSwingResolveListener.java70 fIndex = ifIndex;
84 fListener.serviceResolved( fResolver, fFlags, fIndex, fFullName, fHostName, fPort, fTXTRecord);
102 protected int fIndex; field in class:SwingResolveListener

Completed in 16 milliseconds