Interface LegendListener
- All Known Implementing Classes:
EventBuffer
public interface LegendListener
Interfaz con los eventos que puede realizar una leyenda.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the legend of a vector layer has changed.
-
Method Details
-
legendChanged
Called when the legend of a vector layer has changed.- Parameters:
e- theLegendChangedEventcontains contextual information about the event
-