Class CSSEngineEvent

java.lang.Object
java.util.EventObject
io.sf.carte.echosvg.css.engine.CSSEngineEvent
All Implemented Interfaces:
Serializable

public class CSSEngineEvent extends EventObject
This class represents a CSS event fired by a CSSEngine.
See Also:
  • Field Details

    • element

      protected Element element
      The event target.
    • properties

      protected int[] properties
      The changed properties indexes.
  • Constructor Details

    • CSSEngineEvent

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

    • getElement

      public Element getElement()
      Returns the target element.
    • getProperties

      public int[] getProperties()
      Returns the changed properties.