|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionChangeEvent | |
|---|---|
| org.eclipse.jpt.common.utility.model.event | |
| org.eclipse.jpt.common.utility.model.listener | |
| Uses of CollectionChangeEvent in org.eclipse.jpt.common.utility.model.event |
|---|
| Methods in org.eclipse.jpt.common.utility.model.event that return CollectionChangeEvent | |
|---|---|
CollectionChangeEvent |
CollectionChangeEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionChangeEvent |
CollectionChangeEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
| Uses of CollectionChangeEvent in org.eclipse.jpt.common.utility.model.listener |
|---|
| Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type CollectionChangeEvent | |
|---|---|
void |
SimpleChangeListener.collectionChanged(CollectionChangeEvent event)
|
void |
CollectionChangeListener.collectionChanged(CollectionChangeEvent event)
This method gets called when a bound collection is changed in a manner that is not easily characterized by the other methods in this interface. |
void |
CollectionChangeAdapter.collectionChanged(CollectionChangeEvent event)
|
void |
ChangeAdapter.collectionChanged(CollectionChangeEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||