com.google.gwt.maps.client.impl
Class EventImpl.LatLngCallback

java.lang.Object
  extended by com.google.gwt.maps.jsio.client.JSFunction
      extended by com.google.gwt.maps.client.impl.EventImpl.LatLngCallback
Enclosing class:
EventImpl

public abstract static class EventImpl.LatLngCallback
extends JSFunction

Provides a callback interface with a LatLng argument.


Constructor Summary
EventImpl.LatLngCallback()
           
 
Method Summary
abstract  void callback(LatLng latlng)
           
 void callbackWrapper(LatLng latlng)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventImpl.LatLngCallback

public EventImpl.LatLngCallback()
Method Detail

callback

public abstract void callback(LatLng latlng)

callbackWrapper

@Exported
public void callbackWrapper(LatLng latlng)