public interface IConcurrentModelListener
Modifier and Type | Method and Description |
---|---|
void |
add(Object[] added)
Called when elements are added to the model
|
void |
remove(Object[] removed)
Called when elements are removed from the model
|
void |
setContents(Object[] newContents)
Notifies the receiver about the complete set
of elements in the model.
|
void |
update(Object[] changed)
Called when elements in the model have changed
|
void add(Object[] added)
added
- elements added to the modelvoid remove(Object[] removed)
removed
- elements removed from the modelvoid update(Object[] changed)
changed
- elements that have changedvoid setContents(Object[] newContents)
IConcurrentModel.requestUpdate
newContents
- contents of the modelGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.