Interface IProblemChangedListener
- All Known Implementing Classes:
AtlEditorTickErrorUpdater
public interface IProblemChangedListener
Can be added to a ProblemMarkerManager to get notified about problem marker changes. Used to update error
ticks.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
problemsChanged
(org.eclipse.core.resources.IResource[] changedResources, boolean isMarkerChange) Called when problems changed.
-
Method Details
-
problemsChanged
void problemsChanged(org.eclipse.core.resources.IResource[] changedResources, boolean isMarkerChange) Called when problems changed.- Parameters:
changedResources
- A set with elements of typeIResource
thatisMarkerChange
-
-