Package org.opencms.ugc.client.export
Interface I_CmsBooleanCallback
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
Callback interface for functions taking a boolean value as a parameter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(boolean b) Call the function with the given parameter.
-
Method Details
-
call
Call the function with the given parameter.- Parameters:
b
- the boolean parameter
-