Interface LocationDataSource.StatusChangedListener

  • Enclosing class:
    LocationDataSource

    public static interface LocationDataSource.StatusChangedListener
    The listener interface for receiving status changed events from a LocationDataSource.
    Since:
    100.6.0 for Android and 100.9.0 for Java SE
    • Method Detail

      • statusChanged

        void statusChanged​(LocationDataSource.StatusChangedEvent statusChangedEvent)
        Invoked when the status of a LocationDataSource changes.
        Parameters:
        statusChangedEvent - the status changed event
        Since:
        100.6.0 for Android and 100.9.0 for Java SE