Interface AttributeMapBindingListener
public interface AttributeMapBindingListener
Causes an object to be notified when it is bound or unbound from an
AttributeMap.
Note that this is an optional feature and not all AttributeMap implementations support it.
- Author:
- Ben Hale
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the implementing instance is bound into anAttributeMap.voidCalled when the implementing instance is unbound from anAttributeMap.
-
Method Details
-
valueBound
Called when the implementing instance is bound into anAttributeMap.- Parameters:
event- information about the binding event
-
valueUnbound
Called when the implementing instance is unbound from anAttributeMap.- Parameters:
event- information about the unbinding event
-