Interface LayerHideEventHandler

All Superinterfaces:
com.jbstrap.core.event.handlers.BrowserEventHandler
All Known Implementing Classes:
DivPoint, PopupPoint

public interface LayerHideEventHandler extends com.jbstrap.core.event.handlers.BrowserEventHandler
Layer Hide Event Handler interface
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    PopupPoint or divPoint Layer hide event handler The event handler is called when the layer is hide on the map.
  • Method Details

    • onLayerHide

      void onLayerHide(LayerHideEvent event)
      PopupPoint or divPoint Layer hide event handler The event handler is called when the layer is hide on the map.
      Parameters:
      event - The popupPoint or divPoint hide event component