Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / layers / SelectionEvent.java @ 1082

History | View | Annotate | Download (170 Bytes)

1
package com.iver.cit.gvsig.fmap.layers;
2

    
3
import com.iver.cit.gvsig.fmap.FMapEvent;
4

    
5

    
6
/**
7
 * Evento de selecci?n.
8
 *
9
 */
10
public class SelectionEvent extends FMapEvent {
11
}