org.apache.batik.css.engine

Class CSSEngineEvent

public class CSSEngineEvent extends EventObject

This class represents a CSS event fired by a CSSEngine.
Field Summary
protected Elementelement
The event target.
protected int[]properties
The changed properties indexes.
Constructor Summary
CSSEngineEvent(CSSEngine source, Element elt, int[] props)
Creates a new CSSEngineEvent.
Method Summary
ElementgetElement()
Returns the target element.
int[]getProperties()
Returns the changed properties.

Field Detail

element

protected Element element
The event target.

properties

protected int[] properties
The changed properties indexes.

Constructor Detail

CSSEngineEvent

public CSSEngineEvent(CSSEngine source, Element elt, int[] props)
Creates a new CSSEngineEvent.

Method Detail

getElement

public Element getElement()
Returns the target element.

getProperties

public int[] getProperties()
Returns the changed properties.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.