Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.model.listener.CollectionChangeListener

Packages that use CollectionChangeListener
org.eclipse.jpt.common.utility.model   
org.eclipse.jpt.common.utility.model.listener   
 

Uses of CollectionChangeListener in org.eclipse.jpt.common.utility.model
 

Methods in org.eclipse.jpt.common.utility.model with parameters of type CollectionChangeListener
 void Model.addCollectionChangeListener(String collectionName, CollectionChangeListener listener)
          Add a listener that listens to all collection change events with the specified collection name.
 void Model.removeCollectionChangeListener(String collectionName, CollectionChangeListener listener)
          Remove a listener that listens to all collection change events, with the specified collection name.
 

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

Subinterfaces of CollectionChangeListener in org.eclipse.jpt.common.utility.model.listener
 interface ChangeListener
          General purpose change listener.
 

Classes in org.eclipse.jpt.common.utility.model.listener that implement CollectionChangeListener
 class AbstractChangeListener
          Convenience abstract implementation of ChangeListener.
 class ChangeAdapter
          Convenience implementation of ChangeListener.
 class CollectionChangeAdapter
          Convenience implementation of CollectionChangeListener.
 class CommandChangeListener
          Convenience implementation of ChangeListener.
 

Methods in org.eclipse.jpt.common.utility.model.listener that return CollectionChangeListener
static CollectionChangeListener ReflectiveChangeListener.buildCollectionChangeListener(Object target, Method method)
          Construct a collection change listener that will invoke the specified method on the specified target for any change event.
static CollectionChangeListener ReflectiveChangeListener.buildCollectionChangeListener(Object target, Method addMethod, Method removeMethod, Method clearMethod, Method changeMethod)
          Construct a collection change listener that will invoke the specified methods on the specified target.
static CollectionChangeListener ReflectiveChangeListener.buildCollectionChangeListener(Object target, String methodName)
          Construct a collection change listener that will invoke the specified method on the specified target for any change event.
static CollectionChangeListener ReflectiveChangeListener.buildCollectionChangeListener(Object target, String addMethodName, String removeMethodName, String clearMethodName, String changeMethodName)
          Construct a collection change listener that will invoke the specified methods on the specified target for change events.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.