public abstract class NetworkTopologyEvent
extends java.util.EventObject
| 限定符 | 构造器和说明 |
|---|---|
protected |
NetworkTopologyEvent(java.lang.Object eventSource)
Constructs a Service Event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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()