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

java.lang.Object
  extended by com.google.gwt.maps.jsio.client.JSFunction
      extended by com.google.gwt.maps.client.impl.EventImpl.VoidCallback
All Implemented Interfaces:
EventImpl.Callback
Enclosing class:
EventImpl

public abstract static class EventImpl.VoidCallback
extends JSFunction
implements EventImpl.Callback

Provides a way to specify a JavaScript function() with no arguments and handles uncaught exceptions.


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

Constructor Detail

EventImpl.VoidCallback

public EventImpl.VoidCallback()
Method Detail

callback

public abstract void callback()

callbackWrapper

@Exported
public void callbackWrapper()

execute

public final void execute()
Specified by:
execute in interface EventImpl.Callback