if (el != null)
{
event.preventDefault();
event.stopPropagation();
Action action = Action.valueOf(el.getAttribute("data-action"));
if (value.getChunk() != null)
fireEvent(new DiffChunkActionEvent(action, value.getChunk()));
else
fireEvent(new DiffLinesActionEvent(action));