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 Details

    • onAllCSSPropertiesApplyed

      default void onAllCSSPropertiesApplyed(Object element, CSSEngine engine) throws Exception
      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