Searched defs:notifyChange (Results 1 – 1 of 1) sorted by relevance
1122 public void moveItems(boolean notifyChange, int[]... fromToTuples) throws Throwable { in moveItems()1135 public void moveItem(final int from, final int to, final boolean notifyChange) in moveItem()