Uses of Class
org.tm4j.utils.MultiValuePropertyChangeEvent

Packages that use MultiValuePropertyChangeEvent
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
org.tm4j.utils A small collection of utility classes that are/were used by TM4J's main packages. 
 

Uses of MultiValuePropertyChangeEvent in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap with parameters of type MultiValuePropertyChangeEvent
 void TopicMapObject.fireMultiValuePropertyChange(MultiValuePropertyChangeEvent propertyChange)
          Notifies the MultiValue Property Change Listeners of a property change.
 

Uses of MultiValuePropertyChangeEvent in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified with parameters of type MultiValuePropertyChangeEvent
 void UnifiedTopicMapObject.fireMultiValuePropertyChange(MultiValuePropertyChangeEvent propertyChange)
           
 void UnifiedTopicMap.fireMultiValuePropertyChange(MultiValuePropertyChangeEvent ev)
           
 

Uses of MultiValuePropertyChangeEvent in org.tm4j.utils
 

Methods in org.tm4j.utils with parameters of type MultiValuePropertyChangeEvent
 void MultiValuePropertyChangeListener.multiValuePropertyChange(MultiValuePropertyChangeEvent ev)