Dali Provisional API
Release 3.2

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

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

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

Subclasses of CollectionEvent in org.eclipse.jpt.common.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.
 

Uses of CollectionEvent in org.eclipse.jpt.common.utility.model.listener
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.