org.gvsig.fmap.mapcontrol.tools.Listeners
Class AbstractPointListener

java.lang.Object
  extended by org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
      extended by org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractPointListener
All Implemented Interfaces:
PointListener, ToolListener

public abstract class AbstractPointListener
extends AbstractToolListener
implements PointListener


Constructor Summary
AbstractPointListener()
           
 
Method Summary
 void pointDoubleClick(PointEvent event)
          Called when a double click is pressed on the associated MapControl.
 
Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
cancelDrawing, getImageCursor
 
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
 
Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
 

Constructor Detail

AbstractPointListener

public AbstractPointListener()
Method Detail

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.