I have a graph in main activity also I have a recycler view in main activity. Custom adapter is used for recyclerview. I have a check box and swipe layout in list item layout. i
In Adapter call your resetMethod this way
((MainActivity)context).resetGraph(context);