Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / core / IFinalHandler.java @ 9057

History | View | Annotate | Download (157 Bytes)

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

    
3
/**
4
 * Final handlers.
5
 *
6
 * @author Vicente Caballero Navarro
7
 */
8
public interface IFinalHandler extends Handler {
9
}