5960616263646566676869
Property property = (Property) field.get(model); if (property instanceof ListProperty) { ((ListProperty) property).addListener((ListChangeListener) this); } else { property.addListener(this); } } } catch (Exception e) { throw I.quiet(e); }