((UIXComponent) component).setAttributeChangeListener(attributeChangeTester);
((UIXComponent) component).addAttributeChangeListener(attributeChangeTester);
AttributeChangeEvent ace =
new AttributeChangeEvent(component, "testProperty",
Boolean.FALSE, Boolean.TRUE);
ace.queue();
}
root.processDecodes(context);
if (attributeChangeTester != null)