Package com.pnfsoftware.jeb.core.events
Class PropertyChangeNotification
java.lang.Object
com.pnfsoftware.jeb.core.events.PropertyChangeNotification
Event data issued with
J.PropertyChange
to report changes in one or more JEB properties.
This object contains one or more updated properties, and their updated values.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A property change entry. -
Constructor Summary
ConstructorsConstructorDescriptionPropertyChangeNotification
(String propfqn, Object value, IPropertyDefinition pd) -
Method Summary
-
Constructor Details
-
PropertyChangeNotification
public PropertyChangeNotification() -
PropertyChangeNotification
-
-
Method Details
-
add
-
entries
-
has
Determine if this object contains a change notification at least one of the provided property name.- Parameters:
propfqns
- list of properties to be tested- Returns:
- if true, at least one of the provided properties is part of the list of updates stored in this notification object
-
toString
-