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