Public Member Functions | |
abstract JmDNS | getDNS () |
abstract InetAddress | getInetAddress () |
Protected Member Functions | |
NetworkTopologyEvent (final Object eventSource) | |
Static Private Attributes | |
static final long | serialVersionUID = -8630033521752540987L |
Definition at line 12 of file NetworkTopologyEvent.java.
javax.jmdns.NetworkTopologyEvent.NetworkTopologyEvent | ( | final Object | eventSource | ) | [inline, protected] |
Constructs a Service Event.
eventSource | The DNS on which the Event initially occurred. |
IllegalArgumentException | if source is null. |
Definition at line 27 of file NetworkTopologyEvent.java.
abstract JmDNS javax.jmdns.NetworkTopologyEvent.getDNS | ( | ) | [pure virtual] |
Returns the JmDNS instance associated with the event or null if it is a generic event.
Implemented in javax.jmdns.impl.NetworkTopologyEventImpl.
abstract InetAddress javax.jmdns.NetworkTopologyEvent.getInetAddress | ( | ) | [pure virtual] |
The Internet address affected by this event.
Implemented in javax.jmdns.impl.NetworkTopologyEventImpl.
final long javax.jmdns.NetworkTopologyEvent.serialVersionUID = -8630033521752540987L [static, private] |
Reimplemented in javax.jmdns.impl.NetworkTopologyEventImpl.
Definition at line 17 of file NetworkTopologyEvent.java.