Interface ListingDisplayListener
-
public interface ListingDisplayListener
Interface for being notified whenever the set of visible addresses change in the listing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visibleAddressesChanged(AddressSetView visibleAddresses)
Callback whenever the set of visible addresses change in the listing.
-
-
-
Method Detail
-
visibleAddressesChanged
void visibleAddressesChanged(AddressSetView visibleAddresses)
Callback whenever the set of visible addresses change in the listing.- Parameters:
visibleAddresses
- the current set of visible addresses in the listing. If no visible addresses are in the listing view, then an empty AddressSetView will be passed.
-
-