Class ValueLegendEvent

All Implemented Interfaces:
FMapEvent, LegendEvent, VectorLegendEvent

public class ValueLegendEvent extends ClassificationLegendEvent

Event produced when changes any value of a legend.

Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • ValueLegendEvent

      public ValueLegendEvent(Object oldValue, Object newValue)

      Creates a new value legend event.

      Parameters:
      oldValue - previous legend value
      newValue - new legend value
  • Method Details