com.google.gwt.maps.client.event
Interface EarthInstanceHandler


public interface EarthInstanceHandler

Provides an interface to the callback method for MapWidget.getEarthInstance(EarthInstanceHandler).


Nested Class Summary
static class EarthInstanceHandler.EarthInstanceEvent
          Encapsulates the arguments for the callback to MapWidget.getEarthInstance(EarthInstanceHandler).
 
Method Summary
 void onEarthInstance(EarthInstanceHandler.EarthInstanceEvent event)
           
 

Method Detail

onEarthInstance

void onEarthInstance(EarthInstanceHandler.EarthInstanceEvent event)