All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.unifiedodds.sdk.SDKConnectionStatusListener Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.unifiedodds.sdk;

/**
 * Defines a listener used no notify outside world when the connection to the feed is closed
 */
public interface SDKConnectionStatusListener {

    /**
     * Invoked when a connection to the feed is closed
     */
    void onConnectionDown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy