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


public interface TileLayerNewCopyrightHandler

Provides an interface to implement in order to receive MapEvent.NEWCOPYRIGHT events from the TileLayer.


Nested Class Summary
static class TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent
          Encapsulates the arguments for the "click" event on a MapWidget.
 
Method Summary
 void onNewCopyright(TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent event)
          Method to be invoked when a "newcopyright" event fires on a TileLayer.
 

Method Detail

onNewCopyright

void onNewCopyright(TileLayerNewCopyrightHandler.TileLayerNewCopyrightEvent event)
Method to be invoked when a "newcopyright" event fires on a TileLayer.

Parameters:
event - contains the properties of the event.