Example #1
0
 @UiThread
 void notifyDataSetChanged() {
   if (listUpdateListener != null) {
     listUpdateListener.OnListUpdate();
   }
 }