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

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

public abstract static class EventImpl.LatLngBoundsIntCallback
extends JSFunction

Provides a callback interface with a LatLng and integer argument.


Constructor Summary
EventImpl.LatLngBoundsIntCallback()
           
 
Method Summary
abstract  void callback(LatLngBounds bounds, int value)
           
 void callbackWrapper(LatLngBounds bounds, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventImpl.LatLngBoundsIntCallback

public EventImpl.LatLngBoundsIntCallback()
Method Detail

callback

public abstract void callback(LatLngBounds bounds,
                              int value)

callbackWrapper

@Exported
public void callbackWrapper(LatLngBounds bounds,
                                     int value)