java.lang.Object
java.util.EventObject
io.sf.carte.echosvg.css.engine.CSSEngineEvent
- All Implemented Interfaces:
Serializable
This class represents a CSS event fired by a CSSEngine.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Element
The event target.protected int[]
The changed properties indexes.Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionCSSEngineEvent
(CSSEngine source, Element elt, int[] props) Creates a new CSSEngineEvent. -
Method Summary
Modifier and TypeMethodDescriptionReturns the target element.int[]
Returns the changed properties.Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
element
The event target. -
properties
protected int[] propertiesThe changed properties indexes.
-
-
Constructor Details
-
CSSEngineEvent
Creates a new CSSEngineEvent.
-
-
Method Details
-
getElement
Returns the target element. -
getProperties
public int[] getProperties()Returns the changed properties.
-