Interface MapClickEventHandler

All Superinterfaces:
com.jbstrap.core.event.handlers.BrowserEventHandler

public interface MapClickEventHandler extends com.jbstrap.core.event.handlers.BrowserEventHandler
Map Click event handler interface
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Map click event handler The event handler is called when a click event takes place on the map.
  • Method Details

    • onClick

      void onClick(MapClickEvent event)
      Map click event handler The event handler is called when a click event takes place on the map.
      Parameters:
      event - The map click event component