Package org.opencms.ugc.client.export
Interface I_CmsClientCmsUgcSessionCallback
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
Callback interface for functions taking a CmsClientFormSession as a parameter.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(CmsClientUgcSession session) Calls the callback with the given session as a parameter.
-
Method Details
-
call
Calls the callback with the given session as a parameter.- Parameters:
session
- the parameter
-