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