Exemplo n.º 1
0
 @Override
 public void onDetach() {
   super.onDetach();
   ((PrintsEditorActivity) getActivity()).removeActionListener(this);
   ((PrintsEditorActivity) getActivity()).removePhotoSelectedListener(this);
 }
Exemplo n.º 2
0
 @Override
 public void onAttach(Activity activity) {
   super.onAttach(activity);
   ((PrintsEditorActivity) getActivity()).addActionListener(this);
   ((PrintsEditorActivity) getActivity()).addPhotoSelectedListener(this);
 }