Searched refs:notifyOtherCallbacks (Results 1 – 1 of 1) sorted by relevance
181 notifyOtherCallbacks(c -> c.bindItemsModified(items)); in moveItemsInDatabase()233 notifyOtherCallbacks(c -> c.bindItemsModified(Collections.singletonList(item))); in notifyItemModified()245 notifyOtherCallbacks(c -> c.bindItems(Collections.singletonList(item), false)); in addItemToDatabase()337 notifyOtherCallbacks(c -> c.bindWorkspaceComponentsRemoved(ItemInfoMatcher.ofItems(items))); in notifyDelete()386 private void notifyOtherCallbacks(CallbackTask task) { in notifyOtherCallbacks() method in ModelWriter