Changeset View
Changeset View
Standalone View
Standalone View
src/it/reyboz/bustorino/fragments/FragmentListenerMain.java
| Show All 17 Lines | |||||
| package it.reyboz.bustorino.fragments; | package it.reyboz.bustorino.fragments; | ||||
| import it.reyboz.bustorino.backend.Stop; | import it.reyboz.bustorino.backend.Stop; | ||||
| public interface FragmentListenerMain extends CommonFragmentListener { | public interface FragmentListenerMain extends CommonFragmentListener { | ||||
| void toggleSpinner(boolean state); | void toggleSpinner(boolean state); | ||||
| //TODO: implement void showStopOnMap() | |||||
| /* | |||||
| Unused method | |||||
| * Add the last successfully searched stop to the favorites | |||||
| */ | |||||
| //void toggleLastStopToFavorites(); | |||||
| /** | /** | ||||
| * Tell activity that we need to enable/disable the refreshLayout | * Tell activity that we need to enable/disable the refreshLayout | ||||
| * @param yes or no | * @param yes or no | ||||
| */ | */ | ||||
| void enableRefreshLayout(boolean yes); | void enableRefreshLayout(boolean yes); | ||||
| } | } | ||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register