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._listeners
Holds instances of JmDNS.DNSListener.Methods in javax.jmdns.impl with parameters of type DNSListenerModifier and TypeMethodDescriptionvoid
JmDNSImpl.addListener
(DNSListener listener, DNSQuestion question) Add a listener for a question.void
JmDNSImpl.removeListener
(DNSListener listener) Remove a listener from all outstanding questions.