Uses of Interface
javax.jmdns.impl.DNSListener
-
Packages that use DNSListener Package Description javax.jmdns.impl -
-
Uses of DNSListener in javax.jmdns.impl
Classes in javax.jmdns.impl that implement DNSListener Modifier and Type Class Description classServiceInfoImplJmDNS service information.Fields in javax.jmdns.impl with type parameters of type DNSListener Modifier and Type Field Description private java.util.List<DNSListener>JmDNSImpl. _listenersHolds instances of JmDNS.DNSListener.Methods in javax.jmdns.impl with parameters of type DNSListener Modifier and Type Method Description voidJmDNSImpl. addListener(DNSListener listener, DNSQuestion question)Add a listener for a question.voidJmDNSImpl. removeListener(DNSListener listener)Remove a listener from all outstanding questions.
-