Interface PropertyChange
-
- All Known Subinterfaces:
AttributeChange,ToManyRelationshipChange,ToOneRelationshipChange
- All Known Implementing Classes:
MutableAttributeChange,MutableToManyRelationshipChange,MutableToOneRelationshipChange
public interface PropertyChangeA base interface for various types of property changes.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Taccept(PropertyChangeVisitor<T> visitor)
-
-
-
Method Detail
-
accept
<T> T accept(PropertyChangeVisitor<T> visitor)
-
-