266267268269270271272273274275
EventRegistry.resumeEventFireingInCurrentThread(); new CreateValuesJob( attribute, newValue ).execute(); } else { new ModifyValueJob( attribute, oldValue, newValue ).execute(); } } } }
292293294295296297298299300301
256257258259260261262263264265
279280281282283284285286287288