org.jplot2d.env
Class ElementChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jplot2d.env.ElementChangeEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class ElementChangeEvent extends java.util.EventObjectEncapsulates 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 ElementgetElement()Returns the element which added, removing, or properties changed
-
-
-
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