Interface AttributeValueCallbackHandler
public interface AttributeValueCallbackHandler
Callback interface for use when looping through Attribute values.
- Since:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAttributeValue(String attributeName, Object attributeValue, int index) Implement to take handle one of the Attribute values.
-
Method Details
-
handleAttributeValue
-