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