org.eclipse.cdt.internal.ui.util
Interface IProblemChangedListener
- All Known Implementing Classes:
- CEditorErrorTickUpdater
public interface IProblemChangedListener
Can be added to a ProblemMarkerManager to get notified about error
marker changes. Used to update error ticks.
Method Summary |
void |
problemsChanged(org.eclipse.core.resources.IResource[] changedResources,
boolean markerChanged)
|
problemsChanged
void problemsChanged(org.eclipse.core.resources.IResource[] changedResources,
boolean markerChanged)
- Parameters:
changedElements
- A set of type IPath
that
describe the resources that had an error marker change.