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


public interface MapTypeNewCopyrightHandler

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


Nested Class Summary
static class MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent
          Encapsulates the arguments for the event.
 
Method Summary
 void onNewCopyright(MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent event)
          Method to be invoked when a "newcopyright" event fires on a MapType.
 

Method Detail

onNewCopyright

void onNewCopyright(MapTypeNewCopyrightHandler.MapTypeNewCopyrightEvent event)
Method to be invoked when a "newcopyright" event fires on a MapType.

Parameters:
event - contains the properties of the event.