public interface PersistentStateComponentWithModificationTracker<T> extends PersistentStateComponent<T>
ModificationTracker
can be implemented.
But common interface can lead to confusion (if meaning of 'modification count' for serialization and for other clients is different).
So, you can use this interface to distinguish use cases.Modifier and Type | Method and Description |
---|---|
long |
getStateModificationCount() |
getState, initializeComponent, loadState, noStateLoaded