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