eventBus.post(new BroadcastMessageModifiedEvent(bm, BroadcastMessageModifiedEvent.ModificationType.REMOVE));
}
private void addToBroadcastMessages(final BroadcastMessage bm) {
broadcastMessages.add(bm);
eventBus.post(new BroadcastMessageModifiedEvent(bm, BroadcastMessageModifiedEvent.ModificationType.RECEIVED));
}