public interface DirectCollectionChangeRecord extends ChangeRecord
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.
Description: Collections are compared to each other and added and removed objects are recorded separately
Modifier and Type | Method and Description |
---|---|
Vector |
getAddObjectList()
ADVANCED:
This method returns the collection of Primitive Objects that were added to the collection.
|
Vector |
getRemoveObjectList()
ADVANCED:
This method returns the collection of Primitive Objects that were removed to the collection.
|
getAttribute, getOwner
Vector getAddObjectList()
Vector getRemoveObjectList()