Package com.vaadin.flow.component.page
Interface Page.ExecutionCanceler
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
PendingJavaScriptResult
- All Known Implementing Classes:
PendingJavaScriptInvocation
- Enclosing class:
- Page
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Deprecated public static interface Page.ExecutionCanceler extends Serializable
Deprecated.superseded byPendingJavaScriptResultCallback method for canceling executable javascript set withPage.executeJs(String, Serializable...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancancelExecution()Deprecated.Cancel the javascript execution, if it was not yet sent to the browser for execution.
-