Class WebChangeDepictEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      WebChangeDepictEvent​(DepictedObject depictedObject, com.globalmentor.model.NameValuePair<java.lang.String,​java.lang.Object>... properties)
      Depicted object and properties constructor.
      WebChangeDepictEvent​(DepictedObject depictedObject, java.util.Map<java.lang.String,​java.lang.Object> properties)
      Depicted object and properties map constructor.
    • Constructor Detail

      • WebChangeDepictEvent

        public WebChangeDepictEvent​(DepictedObject depictedObject,
                                    com.globalmentor.model.NameValuePair<java.lang.String,​java.lang.Object>... properties)
        Depicted object and properties constructor.
        Parameters:
        depictedObject - The depicted object on which the event initially occurred.
        properties - The relevant properties; properties with duplicate names replace earlier properties of the same name.
        Throws:
        java.lang.NullPointerException - if the given depicted object and/or properties is null.
      • WebChangeDepictEvent

        public WebChangeDepictEvent​(DepictedObject depictedObject,
                                    java.util.Map<java.lang.String,​java.lang.Object> properties)
        Depicted object and properties map constructor.
        Parameters:
        depictedObject - The depicted object on which the event initially occurred.
        properties - The map representing the relevant properties.
        Throws:
        java.lang.NullPointerException - if the given depicted object and/or properties is null.
    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
        Returns:
        The read-only map of properties.
      • toString

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