Interface IMarkerUpdateListener
- All Known Implementing Classes:
LazyProblemView
,NavigatorProblemsLabelDecorator
,XdtoProblemsLabelDecorator
public interface IMarkerUpdateListener
General listener of any marker updates.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles markers changes.
-
Method Details
-
handleMarkersChanged
Handles markers changes.This method is always called after
commit
, so if youcreate a reader
after recieving this notification, it will see the changes that caused this notification. However, it may see more recent changes as well.- Parameters:
event
- markers change event, cannot benull
.
-