예제 #1
0
 @Override
 public void onAttach(Activity activity) {
   super.onAttach(activity);
   try {
     onTaskRestoreListener = (OnTaskRestoreListener) activity;
   } catch (ClassCastException e) {
     throw new ClassCastException(activity.toString() + " must implement OnTaskRestoreListener");
   }
 }
예제 #2
0
 @Override
 public void onAttach(Activity activity) {
   super.onAttach(activity);
 }