Interface AddressSetDisplayListener
public interface AddressSetDisplayListener
Interface for being notified whenever the set of visible addresses change in the listing.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisibleAddressesChanged(AddressSetView visibleAddresses) Callback whenever the set of visible addresses change in the listing.
-
Method Details
-
visibleAddressesChanged
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.
-