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

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

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

Methods in org.eclipse.jpt.common.utility.model.event that return ListChangeEvent
 ListChangeEvent ListChangeEvent.clone(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 ListChangeEvent ListChangeEvent.clone(Model newSource, java.lang.String newListName)
          Return a copy of the event with the specified source and list name replacing the current source and list name.
 

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

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type ListChangeEvent
 void SimpleChangeListener.listChanged(ListChangeEvent event)
           
 void ListChangeListener.listChanged(ListChangeEvent event)
          This method gets called when a bound list is changed in a manner that is not easily characterized by the other methods in this interface.
 void ListChangeAdapter.listChanged(ListChangeEvent event)
           
 void ChangeAdapter.listChanged(ListChangeEvent event)