Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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
      NetworkTopologyEventImpl clone()  
      JmDNS getDNS()
      Returns the JmDNS instance associated with the event or null if it is a generic event.
      java.net.InetAddress getInetAddress()
      The Internet address affected by this event.
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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

      • 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