|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConcurrentModelListener
Interface for objects that can listen to changes in an IConcurrentModel. Elements in an IConcurrentModel are unordered.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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.requestUpdate
newContents
- contents of the model
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.