public interface JavaScriptCallback
AjaxResponseRenderer.addCallback(JavaScriptCallback).| Modifier and Type | Method and Description | 
|---|---|
| void | run(JavaScriptSupport javascriptSupport)Perform some work with the support object, which is typically to invoke  JavaScriptSupport.addInitializerCall(String, org.apache.tapestry5.json.JSONObject)to setup some
 client-side behavior. | 
void run(JavaScriptSupport javascriptSupport)
JavaScriptSupport.addInitializerCall(String, org.apache.tapestry5.json.JSONObject) to setup some
 client-side behavior.javascriptSupport - the JavaScriptSupport environmental object, passed as a convenience.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.