Uses of Interface
tech.ordinaryroad.live.chat.client.bilibili.listener.IBilibiliConnectionListener
Packages that use IBilibiliConnectionListener
-
Uses of IBilibiliConnectionListener in tech.ordinaryroad.live.chat.client.bilibili.client
Constructors in tech.ordinaryroad.live.chat.client.bilibili.client with parameters of type IBilibiliConnectionListenerModifierConstructorDescriptionBilibiliLiveChatClient(BilibiliLiveChatClientConfig config, List<IBilibiliMsgListener> msgListeners, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup)