Package | Description |
---|---|
org.eclipse.jface.viewers.deferred |
Provides a framework for viewers that handle deferred contents.
|
Modifier and Type | Method and Description |
---|---|
protected IConcurrentModelListener[] |
AbstractConcurrentModel.getListeners()
Returns the array of listeners for this model
|
Modifier and Type | Method and Description |
---|---|
void |
IConcurrentModel.addListener(IConcurrentModelListener listener)
Adds a listener to this model.
|
void |
AbstractConcurrentModel.addListener(IConcurrentModelListener listener) |
void |
IConcurrentModel.removeListener(IConcurrentModelListener listener)
Removes a listener from this model.
|
void |
AbstractConcurrentModel.removeListener(IConcurrentModelListener listener) |
void |
SetModel.requestUpdate(IConcurrentModelListener listener) |
void |
IConcurrentModel.requestUpdate(IConcurrentModelListener listener)
Requests that the receiver to call the given listener's setContents(...)
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.