org.geomajas.plugin.geocoder.client.event
Interface SelectLocationHandler
- All Superinterfaces:
- EventHandler
- All Known Implementing Classes:
- GeocoderPresenter
@Api(allMethods=true)
@UserImplemented
public interface SelectLocationHandler
- extends EventHandler
Handler for SelectLocationEvent.
- Since:
- 1.0.0
- Author:
- Joachim Van der Auwera, Pieter De Graef
|
Method Summary |
void |
onSelectLocation(SelectLocationEvent event)
Called when the location is selected either because the geocoder returned a match or because the user
chose one of the alternatives. |
TYPE
static final GwtEvent.Type<SelectLocationHandler> TYPE
- Event type.
onSelectLocation
void onSelectLocation(SelectLocationEvent event)
- Called when the location is selected either because the geocoder returned a match or because the user
chose one of the alternatives.
- Parameters:
event - event, contains the location which is selected
Copyright © 2013 Geosparc. All Rights Reserved.