com.google.gwt.maps.client.impl
Interface EventImpl.Callback

All Known Implementing Classes:
EventImpl.VoidCallback
Enclosing class:
EventImpl

public static interface EventImpl.Callback

TODO: JSIO should wrap any java method that returns to JavaScript with code to deal with uncaught exceptions. Since it does not do that now, we created this class and create little helper anonymous classes to deal with uncaught exceptions.


Method Summary
 void execute()
           
 

Method Detail

execute

void execute()