public interface ModifiedAttribute
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
getName returns the name of the attribute that was changed
|
java.lang.Object[] |
getNewValues()
getNewValues returns the attribute's new values.
|
java.lang.Object[] |
getOldValues()
getOldValues returns the attribute's old values.
|
java.lang.String getName()
java.lang.Object[] getOldValues()
java.lang.Object[] getNewValues()