Interface PopupDrawnEventHandler

All Superinterfaces:
com.jbstrap.core.event.handlers.BrowserEventHandler
All Known Implementing Classes:
Area, Circle, CirclePoint, DivPoint, Line, Point, Rectangle

public interface PopupDrawnEventHandler extends com.jbstrap.core.event.handlers.BrowserEventHandler
Popup Drawn Event Handler interface
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Popup drawn event handler The event handler is called when the layer popup is drawn on the map.
  • Method Details

    • onPopupDrawn

      void onPopupDrawn(PopupDrawnEvent event)
      Popup drawn event handler The event handler is called when the layer popup is drawn on the map.
      Parameters:
      event - The popup drawn event component