Uses of Interface
tech.ordinaryroad.live.chat.client.bilibili.listener.IBilibiliMsgListener
Packages that use IBilibiliMsgListener
Package
Description
-
Uses of IBilibiliMsgListener in tech.ordinaryroad.live.chat.client.bilibili.client
Constructors in tech.ordinaryroad.live.chat.client.bilibili.client with parameters of type IBilibiliMsgListenerModifierConstructorDescriptionBilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener) BilibiliLiveChatClient(BilibiliLiveChatClientConfig config, IBilibiliMsgListener msgListener, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) Constructor parameters in tech.ordinaryroad.live.chat.client.bilibili.client with type arguments of type IBilibiliMsgListenerModifierConstructorDescriptionBilibiliLiveChatClient(BilibiliLiveChatClientConfig config, List<IBilibiliMsgListener> msgListeners, IBilibiliConnectionListener connectionListener, io.netty.channel.EventLoopGroup workerGroup) -
Uses of IBilibiliMsgListener in tech.ordinaryroad.live.chat.client.bilibili.netty.handler
Constructor parameters in tech.ordinaryroad.live.chat.client.bilibili.netty.handler with type arguments of type IBilibiliMsgListenerModifierConstructorDescriptionBilibiliBinaryFrameHandler(List<IBilibiliMsgListener> msgListeners, long roomId) BilibiliBinaryFrameHandler(List<IBilibiliMsgListener> msgListeners, BilibiliLiveChatClient client)