public interface AttributeValueCallbackHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleAttributeValue(String attributeName,
Object attributeValue,
int index)
Implement to take handle one of the Attribute values.
|