javax.jmdns
public abstract class NetworkTopologyEvent extends java.util.EventObject
Modifier | Constructor and Description |
---|---|
protected |
NetworkTopologyEvent(java.lang.Object eventSource)
Constructs a Service Event.
|
Modifier and Type | Method and Description |
---|---|
abstract JmDNS |
getDNS()
Returns the JmDNS instance associated with the event or null if it is a generic event.
|
abstract java.net.InetAddress |
getInetAddress()
The Internet address affected by this event.
|
protected NetworkTopologyEvent(java.lang.Object eventSource)
eventSource
- The DNS on which the Event initially occurred.java.lang.IllegalArgumentException
- if source is null.public abstract JmDNS getDNS()
public abstract java.net.InetAddress getInetAddress()