Interface ListingDiffChangeListener

All Known Implementing Classes:
ListingCodeComparisonPanel

public interface ListingDiffChangeListener
Interface defining a listener that gets notified when the ListingDiff's set of differences and unmatched addresses has changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the ListingDiff's set of differences and unmatched addresses has changed.
  • Method Details

    • listingDiffChanged

      void listingDiffChanged()
      Called when the ListingDiff's set of differences and unmatched addresses has changed.