EventBus is an open-source library for Android using the publisher/subscriber pattern for loose coupling(松耦合). EventBus enables central communication to decoupled classes with just a few lines of code – simplifying the code(简化代码), removing dependencies(解除依赖), and speeding up app development.