});
factories.put(AddReviewComment.class, new EventFactory<CommentChangedEvent>() {
@Override
public CommentChangedEvent create(SessionEventData event) {
AddReviewComment comment = (AddReviewComment) event;
return new CommentChangedEvent(comment.getTransUnitId(), comment.getCommentCount());
}
});
}