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.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.