Package javax.jmdns.impl
Interface DNSListener
-
- All Known Implementing Classes:
ServiceInfoImpl
interface DNSListener
DNSListener. Listener for record updates.- Version:
- 1.0 May 22, 2004 Created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateRecord(DNSCache dnsCache, long now, DNSEntry record)
Update a DNS record.
-