Documentation of 'org.jplot2d.env.ElementChangeEvent' Java class
ElementChangeEvent
org.jplot2d.env

Class ElementChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class ElementChangeEvent
    extends java.util.EventObject
    Encapsulates information describing changes to a hierarchy structure or properties of an element.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ElementChangeEvent(Environment source, Element element)
      create an event when hierarchy structure or properties changed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Element getElement()
      Returns the element which added, removing, or properties changed
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ElementChangeEvent

        public ElementChangeEvent(Environment source,
                                  Element element)
        create an event when hierarchy structure or properties changed.
        Parameters:
        element - the element which added, removing, or properties changed
    • Method Detail

      • getElement

        public Element getElement()
        Returns the element which added, removing, or properties changed
        Returns:
        the element

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.