Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.common.utility.model.event that return CollectionChangeEvent
 CollectionChangeEvent CollectionChangeEvent.clone(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 CollectionChangeEvent CollectionChangeEvent.clone(Model newSource, 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.common.utility.model.listener
 

Fields in org.eclipse.jpt.common.utility.model.listener with type parameters of type CollectionChangeEvent
protected static Class<CollectionChangeEvent> ReflectiveChangeListener.COLLECTION_CHANGE_EVENT_CLASS
           
 

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type CollectionChangeEvent
 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 AbstractChangeListener.collectionChanged(CollectionChangeEvent event)
           
 void ChangeAdapter.collectionChanged(CollectionChangeEvent event)
           
 void CollectionChangeAdapter.collectionChanged(CollectionChangeEvent event)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.