We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.collaborationengine.
Class MapChange
- java.lang.Object
-
- com.vaadin.collaborationengine.AbstractMapChange
-
- com.vaadin.collaborationengine.MapChange
-
public class MapChange extends AbstractMapChange
A single change that is emitted from the map data of a
Topic
.Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor and Description MapChange(String mapName, String key, com.fasterxml.jackson.databind.JsonNode oldValue, com.fasterxml.jackson.databind.JsonNode newValue)
-
Method Summary
All Methods Modifier and Type Method and Description com.fasterxml.jackson.databind.JsonNode
getOldValue()
-
Methods inherited from class com.vaadin.collaborationengine.AbstractMapChange
getKey, getMapName, getValue
-
-