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

com.yy.httpproxy.subscribe.ConnectCallback Maven / Gradle / Ivy

There is a newer version: 1.1.28
Show newest version
package com.yy.httpproxy.subscribe;

import java.util.Set;

/**
 * Created by xuduo on 10/20/15.
 */
public interface ConnectCallback {

    /**
     * @param uid 连接push-server后,在服务器绑定的uid
     */
    void onConnect(String uid);

    void onDisconnect();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy