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
  • Constructor Details

    • AbstractPointListener

      public AbstractPointListener()
  • Method Details

    • 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