public class CSSEngineEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.Element |
element |
The event target.
|
protected int[] |
properties |
The changed properties indexes.
|
| Constructor | Description |
|---|---|
CSSEngineEvent(CSSEngine source,
org.w3c.dom.Element elt,
int[] props) |
Creates a new CSSEngineEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Element |
getElement() |
Returns the target element.
|
int[] |
getProperties() |
Returns the changed properties.
|
protected org.w3c.dom.Element element
protected int[] properties
public CSSEngineEvent(CSSEngine source, org.w3c.dom.Element elt, int[] props)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.