public abstract class NetworkTopologyEvent extends EventObject
source
Modifier | Constructor and Description |
---|---|
protected |
NetworkTopologyEvent(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 InetAddress |
getInetAddress()
The Internet address affected by this event.
|
getSource, toString
protected NetworkTopologyEvent(Object eventSource)
eventSource
- The DNS on which the Event initially occurred.IllegalArgumentException
- if source is null.public abstract JmDNS getDNS()
public abstract InetAddress getInetAddress()
Copyright © 2002–2019 JmDNS. All rights reserved.