Groovy Documentation

org.codehaus.groovy.grails.web.binding
[Java] Interface BindEventListener


public interface BindEventListener

An event listener used to inform when binding occurs

Authors:
Graeme Rocher
Since:
1.2


Method Summary
void doBind(java.lang.Object target, MutablePropertyValues source, TypeConverter typeConverter)

@param target The target to bind to

 

Method Detail

doBind

public void doBind(java.lang.Object target, MutablePropertyValues source, TypeConverter typeConverter)
Parameters:
target - The target to bind to
source - The source of the binding, typically a Map
typeConverter - The type converter to be used


 

Groovy Documentation