com.google.gwt.maps.client.impl
Class GeocoderImpl.LocationsCallback

java.lang.Object
  extended by com.google.gwt.maps.jsio.client.JSFunction
      extended by com.google.gwt.maps.client.impl.GeocoderImpl.LocationsCallback
Enclosing interface:
GeocoderImpl

public abstract static class GeocoderImpl.LocationsCallback
extends JSFunction

Provides a callback interface to GeocoderImpl.getLocations(JavaScriptObject, String, com.google.gwt.maps.client.impl.GeocoderImpl.LocationsCallback) .


Constructor Summary
GeocoderImpl.LocationsCallback()
           
 
Method Summary
abstract  void callback(GeocoderImpl.Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocoderImpl.LocationsCallback

public GeocoderImpl.LocationsCallback()
Method Detail

callback

public abstract void callback(GeocoderImpl.Response response)