Interface AddressSetDisplayListener


  • public interface AddressSetDisplayListener
    Interface for being notified 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.