Sending events is as easy as creating the Event object and then posting it.
EventBus.getDefault().post(new ArbitaryEvent(ArbitaryEvent.TYPE_1));