org.gvsig.fmap.mapcontrol.tools.Listeners
Class AbstractPointListener
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
- All Implemented Interfaces:
- PointListener, ToolListener
public abstract class AbstractPointListener
- extends AbstractToolListener
- implements PointListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener |
point |
AbstractPointListener
public AbstractPointListener()
pointDoubleClick
public void pointDoubleClick(PointEvent event)
throws BehaviorException
- Description copied from interface:
PointListener
Called when a double click is pressed on the associated MapControl.
- Specified by:
pointDoubleClick in interface PointListener
- Parameters:
event - mouse event and the coordinates of the point selected on the associated MapControl
- Throws:
BehaviorException - will be thrown when fails the process of this tool
Copyright © 2004-2013 gvSIG. All Rights Reserved.