|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that can listen to changes in an IConcurrentModel. Elements in an IConcurrentModel are unordered.
Method Summary | |
---|---|
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 |
Method Detail |
public void add(Object[] added)
added
- elements added to the modelpublic void remove(Object[] removed)
removed
- elements removed from the modelpublic void update(Object[] changed)
changed
- elements that have changedpublic void setContents(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.