com.vaadin.collaborationengine.

Class AbstractMapChange

  • Direct Known Subclasses:

    MapChange


    public class AbstractMapChange
    extends Object

    A change of the map data in a Topic

    Author:

    Vaadin Ltd

    • Constructor Detail

      • AbstractMapChange

        public AbstractMapChange(String mapName,
                                 String key,
                                 com.fasterxml.jackson.databind.JsonNode value)
    • Method Detail

      • getMapName

        public String getMapName()
      • getKey

        public String getKey()
      • getValue

        public com.fasterxml.jackson.databind.JsonNode getValue()