public class AttributeMapBindingEvent extends EventObject
AttributeMap.AttributeMapBindingListener,
Serialized Form| Constructor and Description |
|---|
AttributeMapBindingEvent(AttributeMap source,
String attributeName,
Object attributeValue)
Creates an event for map binding that contains information about the event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Returns the name the attribute was bound with.
|
Object |
getAttributeValue()
Returns the value of the attribute.
|
getSource, toStringpublic AttributeMapBindingEvent(AttributeMap source, String attributeName, Object attributeValue)
source - the source map that this attribute was bound inattributeName - the name that this attribute was bound withattributeValue - the attribute