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

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

public abstract static class EventImpl.DoubleCallback
extends JSFunction

Provides a callback interface with one double argument.


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

Constructor Detail

EventImpl.DoubleCallback

public EventImpl.DoubleCallback()
Method Detail

callback

public abstract void callback(double d)

callbackWrapper

@Exported
public void callbackWrapper(double d)