public interface ComponentSelector.ComponentClosure

Interface used for providing callbacks that receive a Component as input.

Methods

public abstract void call(Component c)Callback to apply.

Method details

call

public abstract void call(Component c)
Callback to apply.

Parameters

c Component
Component that is passed to the closure.