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
Modifier and TypeMethodDescriptionvoidDiscards the changes.voidSaves the changes.
-
Method Details
-
saveChanges
void saveChanges()Saves the changes. -
discardChanges
void discardChanges()Discards the changes.
-