org.codehaus.groovy.grails.web.servlet.mvc
Interface ParameterInitializationCallback

All Known Implementing Classes:
GrailsWebRequest

public interface ParameterInitializationCallback

Since:
1.0
Author:
Graeme Rocher

Method Summary
 void addParameterListener(ParameterCreationListener creationListener)
          Adds a listener that will be called when the parameters are created.
 

Method Detail

addParameterListener

void addParameterListener(ParameterCreationListener creationListener)
Adds a listener that will be called when the parameters are created.

Parameters:
creationListener - the listener