com.google.maps.gwt.client
Interface KmlLayer.StatusChangedHandler

Enclosing class:
KmlLayer

public static interface KmlLayer.StatusChangedHandler

This event is fired when the KML layer has finished loading. At this point it is safe to read the status property to determine if the layer loaded successfully.


Method Summary
 void handle()
          Override to handle event.
 

Method Detail

handle

void handle()
Override to handle event.