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

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

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

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

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type ListClearEvent
 void SimpleChangeListener.listCleared(ListClearEvent event)
           
 void ListChangeListener.listCleared(ListClearEvent event)
          This method gets called when a bound list is cleared.
 void ListChangeAdapter.listCleared(ListClearEvent event)
           
 void ChangeAdapter.listCleared(ListClearEvent event)