180181182183184185186187188189190
InOutTap actionTap = actionTap(action); actionTap.in(); try { handler.handleRow(groupIndex, row, action); } finally { actionTap.out(); } } private static StoreGIHandler.Action invert(StoreGIHandler.Action action) { switch (action) {