Module com.esri.arcgisruntime
Class OriginCameraChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.OriginCameraChangedEvent
- All Implemented Interfaces:
 Serializable
An event representing the change of the origin camera of a TransformationMatrixCameraController.
- Since:
 - 100.6.0
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Method Summary
Modifier and TypeMethodDescriptionReturns the source firing the event.Methods inherited from class java.util.EventObject
toString 
- 
Method Details
- 
getSource
Returns the source firing the event.- Overrides:
 getSourcein classEventObject- Returns:
 - the TransformationMatrixCameraController instance that fired the event
 - Since:
 - 100.6.0
 
 
 -