Module com.esri.arcgisruntime
Class FullTimeExtentChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.arcgisservices.FullTimeExtentChangedEvent
- All Implemented Interfaces:
Serializable
An event which indicates that the full time extent of a
TimeAware
object has changed.- Since:
- 100.3.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionFullTimeExtentChangedEvent
(TimeAware source) Constructs a full time extent changed event. -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FullTimeExtentChangedEvent
Constructs a full time extent changed event.- Parameters:
source
- The object on which the Event initially occurred- Throws:
IllegalArgumentException
- if source is null- Since:
- 100.3.0
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-