|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface BindEventListener
An event listener used to inform when binding occurs
| Method Summary | |
|---|---|
void
|
doBind(java.lang.Object target, org.springframework.beans.MutablePropertyValues source, org.springframework.beans.TypeConverter typeConverter)
@param target The target to bind to |
| Method Detail |
|---|
public void doBind(java.lang.Object target, org.springframework.beans.MutablePropertyValues source, org.springframework.beans.TypeConverter typeConverter)
target - The target to bind tosource - The source of the binding, typically a MaptypeConverter - The type converter to be used
Groovy Documentation