@Override public void onAttach(
@NonNull Context context) {
super.onAttach(context);
try {
listener = (CustomDialogFragmentListener) context;
} catch (ClassCastException e) {
throw new ClassCastException(context.toString() +
"must implement CustomDialogFragmentListener");
}
}
это в CustomDialogFragment