this.attr = attr;
}
@Override
public void applyMetadata(FaceletContext ctx, Object instance) {
((TreeSelectionChangeSource) instance).addTreeSelectionChangeListener(new MethodExpressionTreeSelectionChangeListener(
this.attr.getMethodExpression(ctx, null, SIGNATURE)));
}