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

Packages that use CollectionEvent
org.eclipse.jpt.utility.model.event   
 

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

Subclasses of CollectionEvent in org.eclipse.jpt.utility.model.event
 class CollectionAddEvent
          A "collection add" event gets delivered whenever a model adds items to a "bound" or "constrained" collection.
 class CollectionChangeEvent
          A "collection change" event gets delivered whenever a model changes a "bound" or "constrained" collection in a manner that is not easily characterized by the other collection events.
 class CollectionClearEvent
          A "collection clear" event gets delivered whenever a model clears a "bound" or "constrained" collection.
 class CollectionRemoveEvent
          A "collection remove" event gets delivered whenever a model removes items from a "bound" or "constrained" collection.