Interface IPAMapCellSelectionListener

All Superinterfaces:
EventListener

public interface IPAMapCellSelectionListener extends EventListener
Functional interface for listening to changes to ipa map cell selection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cellSelectionChanged(IPAMapGrid mapGrid, int cellIdx, boolean selected)
     
  • Method Details

    • cellSelectionChanged

      void cellSelectionChanged(IPAMapGrid mapGrid, int cellIdx, boolean selected)