Class NetworkTopologyEventImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class NetworkTopologyEventImpl
    extends NetworkTopologyEvent
    implements java.lang.Cloneable
    See Also:
    Serialized Form
    • Field Detail

      • _inetAddress

        private final java.net.InetAddress _inetAddress
    • 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.
      • NetworkTopologyEventImpl

        NetworkTopologyEventImpl​(NetworkTopologyListener jmmDNS,
                                 java.net.InetAddress inetAddress)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject
      • clone

        public NetworkTopologyEventImpl clone()
                                       throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException