Package org.opencms.gwt.client.property
Interface I_CmsPropertySaver
- All Known Implementing Classes:
CmsPropertyDialogExtensionConnector.PropertySaver
public interface I_CmsPropertySaver
Interface used to send property changes to the server to save them.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
saveProperties
(org.opencms.gwt.shared.property.CmsPropertyChangeSet changes, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Saves the given property changes.<
-
Method Details