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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
listingDiffChanged()
Called when the ListingDiff's set of differences and unmatched addresses has changed.
-