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 Details

    • renderingInfoChanged

      void renderingInfoChanged(AuthorParentNode element, RenderingInfoChangeType type)
      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.