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