Package com.luciad.view
Interface ILcdLabelPaintedListener
- All Superinterfaces:
EventListener
This interface defines listeners that can be notified of changes when the painted status in the label location is modified.
- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the painted status of the label locations changes.
-
Method Details
-
labelPaintedChanged
Called whenever the painted status of the label locations changes.- Parameters:
aEvent
- The event describing which labels changed. The source of this event is theALcdLabelLocations
instance where the information changed.
-