Package javax.jmdns.impl
Class NetworkTopologyEventImpl
- java.lang.Object
-
- java.util.EventObject
-
- javax.jmdns.NetworkTopologyEvent
-
- javax.jmdns.impl.NetworkTopologyEventImpl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class NetworkTopologyEventImpl extends NetworkTopologyEvent implements java.lang.Cloneable
- Author:
- Cédrik Lime, Pierre Frisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkTopologyEventImpl(JmDNS jmDNS, java.net.InetAddress inetAddress)Constructs a Network Topology Event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkTopologyEventImplclone()JmDNSgetDNS()Returns the JmDNS instance associated with the event or null if it is a generic event.java.net.InetAddressgetInetAddress()The Internet address affected by this event.java.lang.StringtoString()
-
-
-
Constructor Detail
-
NetworkTopologyEventImpl
public NetworkTopologyEventImpl(JmDNS jmDNS, java.net.InetAddress inetAddress)
Constructs a Network Topology Event.- Parameters:
jmDNS-inetAddress-- Throws:
java.lang.IllegalArgumentException- if source is null.
-
-
Method Detail
-
getDNS
public JmDNS getDNS()
Description copied from class:NetworkTopologyEventReturns the JmDNS instance associated with the event or null if it is a generic event.- Specified by:
getDNSin classNetworkTopologyEvent- Returns:
- JmDNS instance
-
getInetAddress
public java.net.InetAddress getInetAddress()
Description copied from class:NetworkTopologyEventThe Internet address affected by this event.- Specified by:
getInetAddressin classNetworkTopologyEvent- Returns:
- InetAddress
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.util.EventObject
-
clone
public NetworkTopologyEventImpl clone() throws java.lang.CloneNotSupportedException
- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
-