Class WarningChangedEvent

    • Constructor Detail

      • WarningChangedEvent

        public WarningChangedEvent​(LocationDataSource source,
                                   ArcGISRuntimeException warning)
        Creates a new WarningChangedEvent with the given LocationDataSource and warning.
        Parameters:
        source - the LocationDataSource that raised the event
        warning - the new warning of the LocationDataSource
        Since:
        100.14.0
    • Method Detail

      • getSource

        public LocationDataSource getSource()
        Gets the LocationDataSource that raised the event.
        Overrides:
        getSource in class java.util.EventObject
        Returns:
        the LocationDataSource that raised the event
        Since:
        100.14.0