Package org.apache.batik.bridge
Class BridgeContext.CSSPropertiesChangedListener
- java.lang.Object
-
- org.apache.batik.bridge.BridgeContext.CSSPropertiesChangedListener
-
- All Implemented Interfaces:
CSSEngineListener
- Enclosing class:
- BridgeContext
protected class BridgeContext.CSSPropertiesChangedListener extends java.lang.Object implements CSSEngineListener
The CSSEngineListener invoked when CSS properties are modified on a particular element.
-
-
Constructor Summary
Constructors Constructor Description CSSPropertiesChangedListener()
Creates a new CSSPropertiesChangedListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertiesChanged(CSSEngineEvent evt)
Handles CSSEngineEvent that describes the CSS properties that have changed on a particular element.
-
-
-
Method Detail
-
propertiesChanged
public void propertiesChanged(CSSEngineEvent evt)
Handles CSSEngineEvent that describes the CSS properties that have changed on a particular element.- Specified by:
propertiesChanged
in interfaceCSSEngineListener
-
-