Interface ILcdBingMapsCopyrightListener


public interface ILcdBingMapsCopyrightListener
Instances of this class are notified with updated copyright information by copyright providers.
Since:
11.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Is invoked by a copyright provider when new copyright information should be displayed.
  • Method Details

    • copyrightAvailable

      void copyrightAvailable(List<TLcdBingMapsCopyrightHolder> aCopyrightHolders)
      Is invoked by a copyright provider when new copyright information should be displayed. Note: this call might be invoked an a thread other than the AWT thread. Implementations should take that into account.
      Parameters:
      aCopyrightHolders - The copyright holders of the new copyright information