Package com.vaadin.client.flow.reactive
Class InvalidateEvent
java.lang.Object
com.vaadin.client.flow.reactive.InvalidateEvent
Event fired when a computation is invalidated.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InvalidateEvent
Creates a new event for computation.- Parameters:
source- the invalidated computation
-
-
Method Details
-
getSource
Gets the invalidated computation.- Returns:
- the invalidated computation
-