ModuleBus用法上面尽可能靠近EventBus,大小大概54K没做任何压缩。已经上传到JCenter了,可以直接调用添加ModuleBus到你的项目Gradle:compile 'com.cangwang.core:modulebus:1.0.1'简单介绍一下需要自己定义一个Client用于传输,需要继承于IBaseClient然后ModuleEvent的coreClientClass用于指定对应的Client,然后添加实现的方法,方法名任意都可以。然后register和unregister的方法都和EventBus的用法是一样的post的方法需要