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

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

public abstract static class EventImpl.IntCallback
extends JSFunction

Provides a callback interface with one integer argument.


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

Constructor Detail

EventImpl.IntCallback

public EventImpl.IntCallback()
Method Detail

callback

public abstract void callback(int value)

callbackWrapper

@Exported
public void callbackWrapper(int value)