public class AssociationChangedEvent extends PropertyChangeEvent
PropertyChangeEvent for explicitly modeling properties as associations and
firing events when association targets are added or removed from the association.source| Constructor and Description |
|---|
AssociationChangedEvent(Object source,
String associationName,
Object removedAssociationTarget,
Object addedAssociationTarget) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAddedAssociationTarget() |
String |
getAssociationName() |
Object |
getRemovedAssociationTarget() |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringgetSourceCopyright © 2017. All rights reserved.