com.partnersoft.maps.view
Interface MapMotionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MapViewMouseHandler

public interface MapMotionListener
extends java.util.EventListener

A listener that hears MapMouseEvents pertaining to motion.


Method Summary
 void mapDragged(MapMouseEvent e)
          Invoked when a mouse button is pressed on a map and then dragged.
 void mapMoved(MapMouseEvent e)
          Invoked when the mouse button has been moved on a map (with no buttons no down).
 

Method Detail

mapDragged

void mapDragged(MapMouseEvent e)
Invoked when a mouse button is pressed on a map and then dragged. Mouse drag events will continue to be delivered until the mouse button is released (regardless of whether the mouse position is within the bounds of the map).


mapMoved

void mapMoved(MapMouseEvent e)
Invoked when the mouse button has been moved on a map (with no buttons no down).