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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionXmlSchemaChangedEvent
(BpmnModelerImpl source, boolean fromClient, String xmlSchema) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
XmlSchemaChangedEvent
public XmlSchemaChangedEvent(BpmnModelerImpl source, boolean fromClient, @EventData("event.xmlSchema") String xmlSchema)
-
-
Method Details
-
getXmlSchema
-