Class LocationDataSource.ErrorChangedEvent

    • Method Detail

      • getSource

        public LocationDataSource getSource()
        Returns the source firing the event.
        Overrides:
        getSource in class EventObject
        Returns:
        the LocationDataSource instance that fired the event
        Since:
        100.14.0
      • getError

        public final Throwable getError()
        Returns the error associated with the event, may return null.
        Returns:
        the error associated with the event or null
        Since:
        100.14.0