Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / ValueLegendEvent.java @ 213

History | View | Annotate | Download (347 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap;
4

    
5
/**
6
 * Evento de cambio de un valor 
7
 */
8
public class ValueLegendEvent extends ClassificationLegendEvent {
9
    public Object getOldValue() {
10
            //TODO implementar bien
11
            return null;
12
    }
13

    
14
    public Object getNewValue() {
15
            //TODO implementar bien
16
            return null;
17
    }
18
}