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


public interface NewCopyrightHandler

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


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

Method Detail

onNewCopyright

void onNewCopyright(NewCopyrightHandler.NewCopyrightEvent event)
Method to be invoked when a "newcopyright" event fires on a CopyrightCollection.

Parameters:
event - contains the properties of the event.