Interface ViewComponent.ViewComponentRun

Enclosing class:
ViewComponent

public static interface ViewComponent.ViewComponentRun
Represent run state of an async run of a component.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Await component termination.
    void
    Cancel component run.
    boolean
    Returns true if component run has completed.
  • Method Details

    • await

      void await()
      Await component termination.
    • cancel

      void cancel()
      Cancel component run.
    • isDone

      boolean isDone()
      Returns true if component run has completed.
      Returns:
      true if component run has completed