Revision 20100 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/toolListeners/PanListener.java

View differences:

PanListener.java
47 47

  
48 48

  
49 49
/**
50
 * Extensi?n de la clase PanListenerImpl de FMap para poder llamar a m?todos de
51
 * andami o de gvSIG.
50
 * <p>Inherits {@link PanListener PanListener} enabling/disabling special
51
 *  controls for managing the data.</p>
52 52
 *
53
 * @see PanListenerImpl
54
 *
53 55
 * @author Vicente Caballero Navarro
54 56
 */
55 57
public class PanListener extends PanListenerImpl {
56 58
	/**
57
	 * DOCUMENT ME!
58
	 *
59
	 * @param mapCtrl
59
	 * <p>Creates a new <code>PanListener</code> object.</p>
60
	 * 
61
	 * @param mapCtrl the <code>MapControl</code> where will be applied the changes
60 62
	 */
61 63
	public PanListener(MapControl mapCtrl) {
62 64
		super(mapCtrl);
63 65
	}
64 66

  
65
	/**
66
	 * DOCUMENT ME!
67
	 *
68
	 * @param event DOCUMENT ME!
67
	/*
68
	 * (non-Javadoc)
69
	 * @see com.iver.cit.gvsig.fmap.tools.PanListenerImpl#move(com.iver.cit.gvsig.fmap.tools.Events.MoveEvent)
69 70
	 */
70 71
	public void move(MoveEvent event) {
71 72
		super.move(event);

Also available in: Unified diff