Package org.opencms.ugc.client.export
Interface I_CmsJavaScriptObjectCallback
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
Callback interface for functions taking a JavaScriptObject as a parameter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(com.google.gwt.core.client.JavaScriptObject jso) Calls the function with the given Javascript object.
-
Method Details
-
call
Calls the function with the given Javascript object.- Parameters:
jso
- the Javascript object parameter
-