Package org.faktorips.runtime
Class AssociationChangedEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
org.faktorips.runtime.AssociationChangedEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAssociationChangedEvent(Object source, String associationName, Object removedAssociationTarget, Object addedAssociationTarget) -
Method Summary
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationIdMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
AssociationChangedEvent
-
-
Method Details
-
getAddedAssociationTarget
-
getRemovedAssociationTarget
-
getAssociationName
-
toString
- Overrides:
toStringin classPropertyChangeEvent
-