|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
AttributeMap| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void valueBound(AttributeMapBindingEvent event)
AttributeMap.
event - information about the binding eventvoid valueUnbound(AttributeMapBindingEvent event)
AttributeMap.
event - information about the unbinding event
|
spring-webflow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||