Package org.opencms.ugc.client.export
Interface I_CmsStringArrayCallback
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
Callback interface for functions taking a string as a parameter.
-
Method Summary
-
Method Details
-
call
Calls the function with the given string.- Parameters:
str
- the string to be used as a parameter
-