Interface DrawingClickListener

  • All Known Implementing Classes:
    NodesInputPanel

    public interface DrawingClickListener
    • Method Detail

      • mouseClicked

        void mouseClicked​(Point point)
        Event triggered when a click is made on the map.
        Parameters:
        point - Position (on the map) of the mouse click.