Esempio n. 1
0
 /**
  * This method dispatches any pending event notifications to the wrapped Callback. You
  * <b>must</b> always call this method after you are done with editing the SortedList.
  */
 public void dispatchLastEvent() {
   mBatchingListUpdateCallback.dispatchLastEvent();
 }