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 model
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.