Package com.jbstrap.jbmap.events
Interface PopupHideEventHandler
- All Superinterfaces:
com.jbstrap.core.event.handlers.BrowserEventHandler
public interface PopupHideEventHandler
extends com.jbstrap.core.event.handlers.BrowserEventHandler
Popup Hide Event Handler interface
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPopupHide
(PopupHideEvent event) Popup hide event handler The event handler is called when the layer popup is hide on the map.
-
Method Details
-
onPopupHide
Popup hide event handler The event handler is called when the layer popup is hide on the map.- Parameters:
event
- The popup hide event component
-