org.geotools.renderer.event
Interface MouseFeatureListener

All Superinterfaces:
java.util.EventListener

public interface MouseFeatureListener
extends java.util.EventListener

The listener interface for receiving "interesting" mouse events (click, enter, and exit) on a feature.

Version:
$Id: MouseFeatureListener.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Julian Elliott

Method Summary
 void mouseClicked(MouseFeatureEvent e)
          Invoked when the mouse button has been clicked (pressed and released) on a feature.
 void mouseEntered(MouseFeatureEvent e)
          Invoked when the mouse enters a feature.
 void mouseExited(MouseFeatureEvent e)
          Invoked when the mouse exits a feature.
 

Method Detail

mouseClicked

public void mouseClicked(MouseFeatureEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a feature.


mouseEntered

public void mouseEntered(MouseFeatureEvent e)
Invoked when the mouse enters a feature.


mouseExited

public void mouseExited(MouseFeatureEvent e)
Invoked when the mouse exits a feature.



Copyright © GeoTools. All Rights Reserved.