public interface

RoutingErrorHandler

com.mapsted.ui.map.RoutingErrorHandler
Known Indirect Subclasses

Summary

Public Methods
abstract void onShowChooseMercatorThenLaunchFragment(Class<? extends Fragment> fragmentToReturnTo)
Show ChooseMercatorFragment, after mercator is chosen, launch the given fragment
abstract void showErrorDialogDueToBlockingAlerts(List<String> alertIds)
abstract void showMiscellaneousErrorDialog(String errorMessage)

Public Methods

public abstract void onShowChooseMercatorThenLaunchFragment (Class<? extends Fragment> fragmentToReturnTo)

Show ChooseMercatorFragment, after mercator is chosen, launch the given fragment

Parameters
fragmentToReturnTo this fragment will be launched after onUserPositionSet(MercatorZone)

public abstract void showErrorDialogDueToBlockingAlerts (List<String> alertIds)

public abstract void showMiscellaneousErrorDialog (String errorMessage)