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