org.geomajas.plugin.geocoder.client
Class GeocoderWidget.StopPropagationHandler
java.lang.Object
org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
- All Implemented Interfaces:
- ClickHandler, DoubleClickHandler, MouseDownHandler, MouseUpHandler, EventHandler
- Enclosing class:
- GeocoderWidget
public class GeocoderWidget.StopPropagationHandler
- extends Object
- implements MouseDownHandler, MouseUpHandler, ClickHandler, DoubleClickHandler
Combination of different handlers with a single goal: stop all the events from propagating to the map. This is
meant to be used for clickable widgets.
- Author:
- Pieter De Graef
GeocoderWidget.StopPropagationHandler
public GeocoderWidget.StopPropagationHandler()
onDoubleClick
public void onDoubleClick(DoubleClickEvent event)
- Specified by:
onDoubleClick in interface DoubleClickHandler
onClick
public void onClick(ClickEvent event)
- Specified by:
onClick in interface ClickHandler
onMouseDown
public void onMouseDown(MouseDownEvent event)
- Specified by:
onMouseDown in interface MouseDownHandler
onMouseUp
public void onMouseUp(MouseUpEvent event)
- Specified by:
onMouseUp in interface MouseUpHandler
Copyright © 2013 Geosparc. All Rights Reserved.