Uses of Class
de.xima.fc.gui.event.entity.TextTemplateModifiedEvent
-
Packages that use TextTemplateModifiedEvent Package Description de.xima.fc.gui.designer.form.event de.xima.fc.workflow.designer.event -
-
Uses of TextTemplateModifiedEvent in de.xima.fc.gui.designer.form.event
Methods in de.xima.fc.gui.designer.form.event with parameters of type TextTemplateModifiedEvent Modifier and Type Method Description void
FormDesignerApplicationEventHandler. handleEvent(TextTemplateModifiedEvent event)
-
Uses of TextTemplateModifiedEvent in de.xima.fc.workflow.designer.event
Methods in de.xima.fc.workflow.designer.event with parameters of type TextTemplateModifiedEvent Modifier and Type Method Description void
WorkflowDesignerApplicationEventHandler. onTextTemplateModified(TextTemplateModifiedEvent event)
When a text template was modified.
-