Statistics
| Revision:

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

History | View | Annotate | Download (358 Bytes)

1 214 fernando
/* Generated by Together */
2
3
package com.iver.cit.gvsig.fmap.rendering;
4
5
6
/**
7
 * Evento de cambio de un valor
8
 */
9
public class ValueLegendEvent extends ClassificationLegendEvent {
10
    public Object getOldValue() {
11
            //TODO implementar bien
12
            return null;
13
    }
14
15
    public Object getNewValue() {
16
            //TODO implementar bien
17
            return null;
18
    }
19
}