$search

Public Member Functions | |
| NetworkTopologyEventImpl | clone () throws CloneNotSupportedException |
| JmDNS | getDNS () |
| InetAddress | getInetAddress () |
| NetworkTopologyEventImpl (JmDNS jmDNS, InetAddress inetAddress) | |
| String | toString () |
Package Functions | |
| NetworkTopologyEventImpl (NetworkTopologyListener jmmDNS, InetAddress inetAddress) | |
Private Attributes | |
| final InetAddress | _inetAddress |
Static Private Attributes | |
| static final long | serialVersionUID = 1445606146153550463L |
Definition at line 15 of file NetworkTopologyEventImpl.java.
| javax::jmdns::impl::NetworkTopologyEventImpl::NetworkTopologyEventImpl | ( | JmDNS | jmDNS, | |
| InetAddress | inetAddress | |||
| ) | [inline] |
Constructs a Network Topology Event.
| jmDNS | ||
| inetAddress |
| IllegalArgumentException | if source is null. |
Definition at line 32 of file NetworkTopologyEventImpl.java.
| javax::jmdns::impl::NetworkTopologyEventImpl::NetworkTopologyEventImpl | ( | NetworkTopologyListener | jmmDNS, | |
| InetAddress | inetAddress | |||
| ) | [inline, package] |
Definition at line 37 of file NetworkTopologyEventImpl.java.
| NetworkTopologyEventImpl javax::jmdns::impl::NetworkTopologyEventImpl::clone | ( | ) | throws CloneNotSupportedException [inline] |
Definition at line 78 of file NetworkTopologyEventImpl.java.
| JmDNS javax::jmdns::impl::NetworkTopologyEventImpl::getDNS | ( | ) | [inline, virtual] |
Returns the JmDNS instance associated with the event or null if it is a generic event.
Implements javax::jmdns::NetworkTopologyEvent.
Definition at line 47 of file NetworkTopologyEventImpl.java.
| InetAddress javax::jmdns::impl::NetworkTopologyEventImpl::getInetAddress | ( | ) | [inline, virtual] |
The Internet address affected by this event.
Implements javax::jmdns::NetworkTopologyEvent.
Definition at line 56 of file NetworkTopologyEventImpl.java.
| String javax::jmdns::impl::NetworkTopologyEventImpl::toString | ( | ) | [inline] |
Definition at line 61 of file NetworkTopologyEventImpl.java.
final InetAddress javax::jmdns::impl::NetworkTopologyEventImpl::_inetAddress [private] |
Definition at line 22 of file NetworkTopologyEventImpl.java.
final long javax::jmdns::impl::NetworkTopologyEventImpl::serialVersionUID = 1445606146153550463L [static, private] |
Reimplemented from javax::jmdns::NetworkTopologyEvent.
Definition at line 20 of file NetworkTopologyEventImpl.java.