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 class
ServiceInfoImpl
JmDNS service information.Fields in javax.jmdns.impl with type parameters of type DNSListener Modifier and Type Field Description private java.util.List<DNSListener>
JmDNSImpl. _listeners
Holds instances of JmDNS.DNSListener.Methods in javax.jmdns.impl with parameters of type DNSListener Modifier and Type Method Description void
JmDNSImpl. addListener(DNSListener listener, DNSQuestion question)
Add a listener for a question.void
JmDNSImpl. removeListener(DNSListener listener)
Remove a listener from all outstanding questions.
-