Package com.luciad.view
Interface ILcdLabelLocationListener
- All Superinterfaces:
EventListener
This interface defines listeners that can be notified of changes in the label location information.
- Since:
- 7.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the information of the label locations changes.
-
Method Details
-
labelLocationChanged
Called whenever the information 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.
-