Module com.esri.arcgisruntime
Interface TranslationFactorChangedListener
public interface TranslationFactorChangedListener
The listener interface for receiving translation factor changed events from a TransformationMatrixCameraController.
- Since:
- 100.6.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translationFactorChanged
(TranslationFactorChangedEvent translationFactorChangedEvent) Invoked when the translation factor of a TransformationMatrixCameraController changes.
-
Method Details
-
translationFactorChanged
Invoked when the translation factor of a TransformationMatrixCameraController changes.- Parameters:
translationFactorChangedEvent
- the translation factor changed event- Since:
- 100.6.0
-