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 Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionBpmnXmlImportedEvent(BpmnViewerImpl source, boolean fromClient, String bpmnXml) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
bpmnXml
-
-
Constructor Details
-
BpmnXmlImportedEvent
public BpmnXmlImportedEvent(BpmnViewerImpl source, boolean fromClient, @EventData("event.detail.bpmnXml") String bpmnXml)
-
-
Method Details
-
getBpmnXml
- Returns:
- BPMN XML that was imported
-