Interface GuiIfc.FullMapFunctor

Enclosing interface:
GuiIfc
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GuiIfc.FullMapFunctor
Declare a callback for operations that have to iterate over all full-function map windows, not just the current one.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform some operation on the specified map view.
  • Method Details

    • applyToMap

      void applyToMap(FullGeoMapIfc map)
      Perform some operation on the specified map view.
      Parameters:
      map - GeoMapIfc to operate on