Geomajas, geocoder (PureGWT face) 1.4.0-M1

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

Field Summary
static GwtEvent.Type<SelectLocationHandler> TYPE
          Event type.
 
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.
 

Field Detail

TYPE

static final GwtEvent.Type<SelectLocationHandler> TYPE
Event type.

Method Detail

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

Geomajas, geocoder (PureGWT face) 1.4.0-M1

Copyright © 2013 Geosparc. All Rights Reserved.