Class AbstractPointListener
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
- All Implemented Interfaces:
PointListener,ToolListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpointDoubleClick(PointEvent event) Called when a double click is pressed on the associatedMapControl.Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
cancelDrawing, getImageCursorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener
pointMethods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
-
Constructor Details
-
AbstractPointListener
public AbstractPointListener()
-
-
Method Details
-
pointDoubleClick
Description copied from interface:PointListenerCalled when a double click is pressed on the associated
MapControl.- Specified by:
pointDoubleClickin interfacePointListener- Parameters:
event- mouse event and the coordinates of the point selected on the associatedMapControl- Throws:
BehaviorException- will be thrown when fails the process of this tool
-