|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AssociationValues.ChangeListener
Interface describing instances that listen for modification in an AssociationValues instance. Methods on this interface are invoked immediately after the event has occurred, and before the changes have been committed to a repository.
| Method Summary | |
|---|---|
void |
onAssociationValueAdded(AssociationValue newAssociationValue)
Invoked when an AssociationValue has been added to the collection. |
void |
onAssociationValueRemoved(AssociationValue associationValue)
Invoked when an AssociationValue is removed from the collection. |
| Method Detail |
|---|
void onAssociationValueAdded(AssociationValue newAssociationValue)
newAssociationValue - The AssociationValue that has been addedvoid onAssociationValueRemoved(AssociationValue associationValue)
associationValue - The AssociationValue that has been removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||