Module com.esri.arcgisruntime
Interface LineOfSight.TargetVisibilityChangedListener
- All Superinterfaces:
EventListener
- Enclosing class:
LineOfSight
Listener for changes in target visibility.
- Since:
- 100.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
targetVisibilityChanged
(LineOfSight.TargetVisibilityChangedEvent targetVisibilityChangedEvent) Method called when the target visibility changes.
-
Method Details
-
targetVisibilityChanged
Method called when the target visibility changes.- Parameters:
targetVisibilityChangedEvent
- provides the source of the event and the current target visibility- Since:
- 100.2.0
-