程序包tech.ordinaryroad.live.chat.client.kuaishou.listener的分层结构

程序包分层结构:

接口分层结构

  • tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener<T>
  • tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,CmdEnum>
    • tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T,GiftMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T,LikeMsg>)
  • tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,DanmuMsg>
    • tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T,GiftMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T,LikeMsg>)
  • tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T,GiftMsg>
    • tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T,LikeMsg>)
  • tech.ordinaryroad.live.chat.client.commons.base.listener.ILikeMsgListener<T,LikeMsg>
    • tech.ordinaryroad.live.chat.client.kuaishou.listener.IKuaishouMsgListener (并 extends tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener<T,CmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.listener.IDanmuMsgListener<T,DanmuMsg>, tech.ordinaryroad.live.chat.client.commons.base.listener.IGiftMsgListener<T,GiftMsg>)