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 SummaryFieldsModifier and TypeFieldDescriptionprotected ElementThe event target.protected int[]The changed properties indexes.Fields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionCSSEngineEvent(CSSEngine source, Element elt, int[] props) Creates a new CSSEngineEvent.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the target element.int[]Returns the changed properties.Methods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
elementThe event target.
- 
propertiesprotected int[] propertiesThe changed properties indexes.
 
- 
- 
Constructor Details- 
CSSEngineEventCreates a new CSSEngineEvent.
 
- 
- 
Method Details- 
getElementReturns the target element.
- 
getPropertiespublic int[] getProperties()Returns the changed properties.
 
-