Class ReactiveValueChangeEvent

java.lang.Object
com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
Direct Known Subclasses:
ListSpliceEvent, MapPropertyAddEvent, MapPropertyChangeEvent

public abstract class ReactiveValueChangeEvent extends Object
Event fired when a reactive value has changed.
Since:
1.0
Author:
Vaadin Ltd
  • Constructor Details

    • ReactiveValueChangeEvent

      public ReactiveValueChangeEvent(ReactiveValue source)
      Creates a new event fired from a source.
      Parameters:
      source - the reactive value that will fire the event
  • Method Details

    • getSource

      public ReactiveValue getSource()
      Gets the reactive value from which this event originates.
      Returns:
      the event source