Dali Provisional API
Release 3.2

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

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

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

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

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

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type CollectionClearEvent
 void CollectionChangeListener.collectionCleared(CollectionClearEvent event)
          This method gets called when a bound collection is cleared.
 void AbstractChangeListener.collectionCleared(CollectionClearEvent event)
           
 void ChangeAdapter.collectionCleared(CollectionClearEvent event)
           
 void CollectionChangeAdapter.collectionCleared(CollectionClearEvent event)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.