Class LocationDataSource.ErrorChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LocationDataSource

    public final class LocationDataSource.ErrorChangedEvent
    extends java.util.EventObject
    An event that is invoked when the error property changes.
    Since:
    100.14.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getError()
      Returns the error associated with the event, may return null.
      LocationDataSource getSource()
      Returns the source firing the event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSource

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

        public final java.lang.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