Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/tools/Listeners/CircleListener.java

View differences:

CircleListener.java
45 45

  
46 46

  
47 47
/**
48
 * Interfaz listener de rect?ngulo.
49
 *
50
 * @author 
48
 * <p>Interface for all tools that reply for a {@link MeasureEvent MeasureEvent} produced in the 
49
 *  associated {@link MapControl MapControl} object, as a consequence of a circle area drawn by the mouse.</p>
50
 * 
51
 * @see ToolListener
51 52
 */
52 53
public interface CircleListener extends ToolListener {
53 54
	/**
54
	 * Invocado cuando el usuario selecciona un rect?ngulo en la vista.
55
	 * <p>Called when user defines a circular area.</p>
55 56
	 *
56
	 * @param event Circle.
57
	 * @param event information about the mouse event, and geometry data related with the operation done
57 58
	 *
58
	 * @throws BehaviorException
59
	 * @throws BehaviorException will be thrown when fails the process of this tool
59 60
	 */
60 61
	public void circle(MeasureEvent event) throws BehaviorException;
61 62
}

Also available in: Unified diff