Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / src / com / iver / cit / gvsig / gui / toc / ITocOrderListener.java @ 312

History | View | Annotate | Download (450 Bytes)

1
/*
2
 * Created on 03-jun-2004
3
 *
4
 * TODO To change the template for this generated file go to
5
 * Window - Preferences - Java - Code Generation - Code and Comments
6
 */
7
package com.iver.cit.gvsig.gui.toc;
8

    
9
/**
10
 * @author fjp
11
 *
12
 * TODO To change the template for this generated type comment go to
13
 * Window - Preferences - Java - Code Generation - Code and Comments
14
 */
15
public interface ITocOrderListener {
16
        void orderChanged(int oldPos, int newPos);
17
}