org.tm4j.topicmap.TopicMapObject .fireMultiValuePropertyChange(java.lang.String propertyName,int operation,java.lang.Object operand)

Description

Notifies the MultiValue Property Change Listeners of a property change to this object

Parameters
java.lang.Object operand The object or Collection of objects which were involved in the modification. For OP_CLEAR events, no operand is required. For OP_ADD_SINGLE or OP_REMOVE_SINGLE events, the operand must be the object added or removed. For OP_ADD_SET and OP_REMOVE_SET events, the operand must be a Collection of all the objects added or removed. For OP_SET events, the operand must be a collection of the new values assigned to the property.
int operation The type of modification to the property. Allowed values are specified in the class {@link org.tm4j.utils.MultiValuePropertyChangeEvent}
java.lang.String propertyName The name of the property modified.

Other Resources