public interface AttributeMapBindingListener
AttributeMap.
Note that this is an optional feature and not all AttributeMap implementations support it.
AttributeMap| Modifier and Type | Method and Description |
|---|---|
void |
valueBound(AttributeMapBindingEvent event)
Called when the implementing instance is bound into an
AttributeMap. |
void |
valueUnbound(AttributeMapBindingEvent event)
Called when the implementing instance is unbound from an
AttributeMap. |
void valueBound(AttributeMapBindingEvent event)
AttributeMap.event - information about the binding eventvoid valueUnbound(AttributeMapBindingEvent event)
AttributeMap.event - information about the unbinding event