Package ro.sync.ecss.component
Interface RenderingInfoChangedListener
- All Superinterfaces:
BatchEditListener
@API(type=EXTENDABLE,
src=PUBLIC)
public interface RenderingInfoChangedListener
extends BatchEditListener
Listener that is notified when the rendering info for a node is changed.
The rendering info includes the style of the node, as computed from the
associated CSS or its content. When the info is changed for a node it means
that all its descendants need to be rendered again.
- Since:
- 15.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderingInfoChanged
(AuthorParentNode element, RenderingInfoChangeType type) Method to be called when the rendering info is changed for a node.Methods inherited from interface ro.sync.ecss.component.BatchEditListener
beginEdit, endEdit
-
Method Details
-
renderingInfoChanged
Method to be called when the rendering info is changed for a node.- Parameters:
element
- The element whose information was changed.type
- The type of the change.
-