001 package com.google.gwt.maps.client.events.links; 002 003 import com.google.gwt.maps.client.events.MapHandler; 004 005 public interface LinksChangeMapHandler extends MapHandler<LinksChangeMapEvent> { 006 }