Uses of Class
org.eclipse.jpt.utility.model.event.CollectionChangeEvent

Packages that use CollectionChangeEvent
org.eclipse.jpt.utility.model.event   
org.eclipse.jpt.utility.model.listener   
 

Uses of CollectionChangeEvent in org.eclipse.jpt.utility.model.event
 

Methods in org.eclipse.jpt.utility.model.event that return CollectionChangeEvent
 CollectionChangeEvent CollectionChangeEvent.cloneWithSource(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 CollectionChangeEvent CollectionChangeEvent.cloneWithSource(Model newSource, java.lang.String newCollectionName)
          Return a copy of the event with the specified source and collection name replacing the current source and collection name.
 

Uses of CollectionChangeEvent in org.eclipse.jpt.utility.model.listener
 

Methods in org.eclipse.jpt.utility.model.listener with parameters of type CollectionChangeEvent
 void CollectionChangeAdapter.collectionChanged(CollectionChangeEvent event)
           
 void CollectionChangeListener.collectionChanged(CollectionChangeEvent event)
          This method gets called when a bound collection is changed in a manner that is not easily characterized by the other methods in this interface.
 void CollectionChangeAdapter.collectionCleared(CollectionChangeEvent event)
           
 void CollectionChangeListener.collectionCleared(CollectionChangeEvent event)
          This method gets called when a bound collection is cleared.
 void CollectionChangeAdapter.itemsAdded(CollectionChangeEvent event)
           
 void CollectionChangeListener.itemsAdded(CollectionChangeEvent event)
          This method gets called when items are added to a bound collection.
 void CollectionChangeAdapter.itemsRemoved(CollectionChangeEvent event)
           
 void CollectionChangeListener.itemsRemoved(CollectionChangeEvent event)
          This method gets called when items are removed from a bound collection.