Package de.xima.fc.interfaces.bean
Interface IStateHolder
-
- All Known Implementing Classes:
UserPortalConfigBean
public interface IStateHolderInterface for beans that track changes in their state. This can be used to determine if there are unsaved changes, and to save or discard these changes.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddiscardChanges()Discards the changes.voidsaveChanges()Saves the changes.
-