Package org.apache.batik.css.engine
Class CSSEngineEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.batik.css.engine.CSSEngineEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class CSSEngineEvent extends java.util.EventObject
This class represents a CSS event fired by a CSSEngine.- Version:
- $Id: CSSEngineEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.w3c.dom.Element
element
The event target.protected int[]
properties
The changed properties indexes.
-
Constructor Summary
Constructors Constructor Description CSSEngineEvent(CSSEngine source, org.w3c.dom.Element elt, int[] props)
Creates a new CSSEngineEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Element
getElement()
Returns the target element.int[]
getProperties()
Returns the changed properties.
-
-
-
Constructor Detail
-
CSSEngineEvent
public CSSEngineEvent(CSSEngine source, org.w3c.dom.Element elt, int[] props)
Creates a new CSSEngineEvent.
-
-