DNSListener.java
Go to the documentation of this file.
00001 // Copyright 2003-2005 Arthur van Hoff, Rick Blair
00002 // Licensed under Apache License version 2.0
00003 // Original license LGPL
00004 
00005 package javax.jmdns.impl;
00006 
00007 // REMIND: Listener should follow Java idiom for listener or have a different
00008 // name.
00009 
00016 interface DNSListener {
00027     void updateRecord(DNSCache dnsCache, long now, DNSEntry record);
00028 }


zeroconf_jmdns_suite
Author(s): Daniel Stonier
autogenerated on Thu Aug 27 2015 15:50:27