Interface IMarkerUpdateListener

All Known Implementing Classes:
LazyProblemView, NavigatorProblemsLabelDecorator, XdtoProblemsLabelDecorator

public interface IMarkerUpdateListener
General listener of any marker updates.
  • Method Details

    • handleMarkersChanged

      void handleMarkersChanged(MarkersChangedEvent event)
      Handles markers changes.

      This method is always called after commit, so if you create 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 be null.