Interface ChangeTracker
- All Known Subinterfaces:
CollectionChangeTracker
- All Known Implementing Classes:
IndirectList
,IndirectMap
,IndirectSet
public interface ChangeTracker
Purpose: Define an interface for any object that wishes to use attribute change tracking.
Description: Build a bridge between an object and its PropertyChangeListener.
-
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Return the PropertyChangeListener for the object.void
PUBLIC: Set the PropertyChangeListener for the object.
-
Method Details
-
_persistence_getPropertyChangeListener
PropertyChangeListener _persistence_getPropertyChangeListener()PUBLIC: Return the PropertyChangeListener for the object. -
_persistence_setPropertyChangeListener
PUBLIC: Set the PropertyChangeListener for the object.
-