所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient<Config,
MsgListener> (implements tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient<MsgListener>) - tech.ordinaryroad.live.chat.client.commons.client.config.BaseLiveChatClientConfig
- tech.ordinaryroad.live.chat.client.commons.client.BaseLiveChatClient<Config,
接口分层结构
- java.util.EventListener
- java.beans.PropertyChangeListener
- tech.ordinaryroad.live.chat.client.commons.client.listener.IClientStatusChangeListener
- java.beans.PropertyChangeListener
- tech.ordinaryroad.live.chat.client.commons.client.IBaseLiveChatClient<MsgListener>
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- tech.ordinaryroad.live.chat.client.commons.client.enums.ClientStatusEnums
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)