Interface ICSSPropertyHandler2
- All Known Implementing Classes:
CSSPropertyBorderSWTHandler
,CSSPropertyFontSWTHandler
public interface ICSSPropertyHandler2
CSS Property Handler to intercept when all CSS Properties are applied.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onAllCSSPropertiesApplyed
(Object element, CSSEngine engine) Callback method called when all CSS properties are applied.default void
onAllCSSPropertiesApplyed
(Object element, CSSEngine engine, String pseudo) Callback method called when all CSS properties are applied.
-
Method Details
-
onAllCSSPropertiesApplyed
Callback method called when all CSS properties are applied.- Throws:
Exception
-
onAllCSSPropertiesApplyed
default void onAllCSSPropertiesApplyed(Object element, CSSEngine engine, String pseudo) throws Exception Callback method called when all CSS properties are applied.- Throws:
Exception
-