Class TranslationFactorChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.TranslationFactorChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public final class TranslationFactorChangedEvent extends java.util.EventObjectAn event representing the change of the translation factor of a TransformationMatrixCameraController.- Since:
 - 100.6.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformationMatrixCameraControllergetSource()Returns the source firing the event. 
 - 
 
- 
- 
Method Detail
- 
getSource
public TransformationMatrixCameraController getSource()
Returns the source firing the event.- Overrides:
 getSourcein classjava.util.EventObject- Returns:
 - the TransformationMatrixCameraController instance that fired the event
 - Since:
 - 100.6.0
 
 
 - 
 
 -