Uses of Interface
javax.jmdns.impl.DNSListener
Packages that use DNSListener
-
Uses of DNSListener in javax.jmdns.impl
Classes in javax.jmdns.impl that implement DNSListenerFields in javax.jmdns.impl with type parameters of type DNSListenerModifier and TypeFieldDescriptionprivate final List<DNSListener> JmDNSImpl._listenersHolds instances of JmDNS.DNSListener.Methods in javax.jmdns.impl with parameters of type DNSListenerModifier and TypeMethodDescriptionvoidJmDNSImpl.addListener(DNSListener listener, DNSQuestion question) Add a listener for a question.voidJmDNSImpl.removeListener(DNSListener listener) Remove a listener from all outstanding questions.