Interface ViewComponent.ViewComponentRun
- Enclosing class:
- ViewComponent
public static interface ViewComponent.ViewComponentRun
Represent run state of an async run of a component.
-
Method Summary
-
Method Details
-
await
void await()Await component termination. -
cancel
void cancel()Cancel component run. -
isDone
boolean isDone()Returnstrue
if component run has completed.- Returns:
true
if component run has completed
-