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