Package com.vaadin.client.flow.reactive
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 Summary
Constructors Constructor Description InvalidateEvent(Computation source)Creates a new event for computation.
-
-
-
Constructor Detail
-
InvalidateEvent
public InvalidateEvent(Computation source)
Creates a new event for computation.- Parameters:
source- the invalidated computation
-
-
Method Detail
-
getSource
public Computation getSource()
Gets the invalidated computation.- Returns:
- the invalidated computation
-
-