Interface ComponentSelector.ComponentClosure

Enclosing class:
ComponentSelector

public static interface ComponentSelector.ComponentClosure
Interface used for providing callbacks that receive a Component as input.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to apply.
  • Method Details

    • call

      void call(Component c)

      Callback to apply.

      Parameters
      • c: Component that is passed to the closure.