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