Class BpmnXmlImportedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<BpmnViewerImpl>
io.jmix.bpmflowui.uicomponent.bpmnviewer.event.BpmnXmlImportedEvent
All Implemented Interfaces:
Serializable

@DomEvent("jmix-bpmn-xml-imported") public class BpmnXmlImportedEvent extends com.vaadin.flow.component.ComponentEvent<BpmnViewerImpl>
Event that is fired when the BPMN XML is imported.

Note that the event is not fired when empty XML is imported.

See Also:
  • Field Details

    • bpmnXml

      protected final String bpmnXml
  • Constructor Details

    • BpmnXmlImportedEvent

      public BpmnXmlImportedEvent(BpmnViewerImpl source, boolean fromClient, @EventData("event.detail.bpmnXml") String bpmnXml)
  • Method Details

    • getBpmnXml

      public String getBpmnXml()
      Returns:
      BPMN XML that was imported