I am trying to call the method getFailureDialog() of the interface OnSelectedListener. The method is implemented in MainActivity.java.
getFailureDialog()
OnSelectedListener
MainActivity.java
here is the source code for the OnSelectedListener. Since that is an interface, you have to initialize it using new and overriding the onSelected() method OR let your class implement this listener
onSelected()