Class InvalidateEvent

java.lang.Object
com.vaadin.client.flow.reactive.InvalidateEvent

public class InvalidateEvent extends Object
Event fired when a computation is invalidated.
Since:
1.0
Author:
Vaadin Ltd
  • Constructor Details

    • InvalidateEvent

      public InvalidateEvent(Computation source)
      Creates a new event for computation.
      Parameters:
      source - the invalidated computation
  • Method Details

    • getSource

      public Computation getSource()
      Gets the invalidated computation.
      Returns:
      the invalidated computation