Interface ListingDiffChangeListener
- All Known Implementing Classes:
ListingDisplay
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 TypeMethodDescriptionvoid
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.
-