626627628629630631632633634635636
ModelObject orig = (ModelObject) oee.original; try { orig.copyFrom(oee.getObject(), ModelObject.COPY_SHALLOW); } catch (CloneNotSupportedException e) { ExceptionUtil.printTrace(e); return EVENT_CONSUMED;