Package de.xima.fc.interfaces.bean
Interface IStateHolder
-
- All Known Implementing Classes:
UserPortalConfigBean
public interface IStateHolder
Interface 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 void
discardChanges()
Discards the changes.void
saveChanges()
Saves the changes.
-