org.faktorips.runtime
Class AssociationChangedEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
org.faktorips.runtime.AssociationChangedEvent
- All Implemented Interfaces:
- Serializable
public class AssociationChangedEvent
- extends PropertyChangeEvent
Extension of PropertyChangeEvent for explicitly modeling properties as associations and
firing events when association targets are added or removed from the association.
- Author:
- Daniel Hohenberger
- See Also:
- Serialized Form
AssociationChangedEvent
public AssociationChangedEvent(Object source,
String associationName,
Object removedAssociationTarget,
Object addedAssociationTarget)
getAddedAssociationTarget
public Object getAddedAssociationTarget()
getRemovedAssociationTarget
public Object getRemovedAssociationTarget()
getAssociationName
public String getAssociationName()
Copyright © 2015. All rights reserved.