StackOverflow 文档 Android 教程 GreenRobot EventBus 发送活动 发送活动 Created: November-22, 2018 发送事件就像创建 Event 对象然后发布它一样简单。 EventBus.getDefault().post(new ArbitaryEvent(ArbitaryEvent.TYPE_1)); 创建一个事件对象接收事件