-
public interface EnterManuallyButtonListenerInterface used by NoResultsFragment and ErrorFragment to dispatch events to the hosting Activity.
-
-
Method Summary
Modifier and Type Method Description abstract voidonEnterManuallyPressed()Called when the button on the bottom of the No Results/Error Screen was pressed. -
-
Method Detail
-
onEnterManuallyPressed
abstract void onEnterManuallyPressed()
Called when the button on the bottom of the No Results/Error Screen was pressed. This buttonshould lead the user to the manual data input form/site.
-
-
-
-