![JAR search and dependency download from the Maven repository](/logo.png)
org.ikasan.designer.event.CanvasUpdatedEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-designer Show documentation
Show all versions of ikasan-designer Show documentation
Integration of vis.js library for Ikasan platform
package org.ikasan.designer.event;
public class CanvasUpdatedEvent {
private String canvasJson;
public CanvasUpdatedEvent(String canvasJson) {
this.canvasJson = canvasJson;
}
public String getCanvasJson() {
return canvasJson;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy