/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.client.controls.geopane.events; /** * * @author mg */ public interface GeoPaneMouseListener { public void clicked(MapClickedEvent aEvent); }