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

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

public abstract static class EventImpl.BoundsIntCallback
extends JSFunction

Provides a callback interface with a Bounds followed by an int argument.


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

Constructor Detail

EventImpl.BoundsIntCallback

public EventImpl.BoundsIntCallback()
Method Detail

callback

public abstract void callback(Bounds bounds,
                              int value)

callbackWrapper

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