Android 发送事件

示例

发送事件就像创建Event对象然后将其发布一样容易。

EventBus.getDefault().post(new ArbitaryEvent(ArbitaryEvent.TYPE_1));