コード例 #1
0
 public void notifyDataSetInvalidated() {
   if (parentAdapter != null) {
     parentAdapter.notifyDataSetInvalidated();
   }
 }