Statistics
| Revision:

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

History | View | Annotate | Download (157 Bytes)

1 8949 caballero
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
}