Uses of Class
org.springframework.webflow.core.collection.AttributeMapBindingEvent

Packages that use AttributeMapBindingEvent
org.springframework.webflow.core.collection Core element collection types used within Spring Web Flow. 
 

Uses of AttributeMapBindingEvent in org.springframework.webflow.core.collection
 

Methods in org.springframework.webflow.core.collection with parameters of type AttributeMapBindingEvent
 void AttributeMapBindingListener.valueBound(AttributeMapBindingEvent event)
          Called when the implementing instance is bound into an AttributeMap.
 void AttributeMapBindingListener.valueUnbound(AttributeMapBindingEvent event)
          Called when the implementing instance is unbound from an AttributeMap.
 



Copyright © 2009 Spring Framework. All Rights Reserved.