Interface ComponentSelector.ComponentClosure
- Enclosing class:
ComponentSelector
public static interface ComponentSelector.ComponentClosure
Interface used for providing callbacks that receive a Component as input.
-
Method Summary
-
Method Details
-
call
Callback to apply.
Parameters
c: Component that is passed to the closure.
-