Class MapPropertyChangeEvent


  • public class MapPropertyChangeEvent
    extends ReactiveValueChangeEvent
    Event fired when the value of a map property changes.
    Since:
    1.0
    Author:
    Vaadin Ltd
    • Constructor Detail

      • MapPropertyChangeEvent

        public MapPropertyChangeEvent​(MapProperty source,
                                      Object oldValue,
                                      Object newValue)
        Creates a new map property change event.
        Parameters:
        source - the changed map property
        oldValue - the old value
        newValue - the new value
    • Method Detail

      • getOldValue

        public Object getOldValue()
        Gets the old property value.
        Returns:
        the old value
      • getNewValue

        public Object getNewValue()
        Gets the new property value.
        Returns:
        the new value