Class XmlSchemaChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BpmnModelerImpl>
io.jmix.bpmflowui.uicomponent.bpmnmodeler.event.XmlSchemaChangedEvent
All Implemented Interfaces:
Serializable

@DomEvent("BpmSchemaChangedEvent") public class XmlSchemaChangedEvent extends com.vaadin.flow.component.ComponentEvent<BpmnModelerImpl>
See Also:
  • Constructor Details

    • XmlSchemaChangedEvent

      public XmlSchemaChangedEvent(BpmnModelerImpl source, boolean fromClient, @EventData("event.xmlSchema") String xmlSchema)
  • Method Details

    • getXmlSchema

      public String getXmlSchema()