Interface BasicRenderControlInventory.Synchronizer
- Enclosing class:
BasicRenderControlInventory
public static interface BasicRenderControlInventory.Synchronizer
Synchronizes modifications of the document wide
RenderControls.
Whenever the document wide RenderControls are modified, the modification must be
propagated to all page based RenderControls in order to reflect the modification when
rendering the corresponding pages.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddocumentRenderSettingsChanged(RenderSettingsEvent evt, Collection<DefaultRenderControls> pageRenderControls)
-
Method Details
-
documentRenderSettingsChanged
void documentRenderSettingsChanged(RenderSettingsEvent evt, Collection<DefaultRenderControls> pageRenderControls)
-