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