Interface ListingDiffChangeListener
-
- All Known Implementing Classes:
ListingCodeComparisonPanel
public interface ListingDiffChangeListenerInterface 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 voidlistingDiffChanged()Called when the ListingDiff's set of differences and unmatched addresses has changed.
-