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