Changeset View
Changeset View
Standalone View
Standalone View
src/it/reyboz/bustorino/fragments/CommonFragmentListener.java
Show All 15 Lines | public interface CommonFragmentListener { | ||||
*/ | */ | ||||
void readyGUIfor(FragmentKind fragmentType); | void readyGUIfor(FragmentKind fragmentType); | ||||
/** | /** | ||||
* Houston, we need another fragment! | * Houston, we need another fragment! | ||||
* | * | ||||
* @param ID the Stop ID | * @param ID the Stop ID | ||||
*/ | */ | ||||
void requestArrivalsForStopID(String ID); | void requestArrivalsForStopID(String ID); | ||||
/** | |||||
* Method to call when we want to hide the keyboard | |||||
*/ | |||||
void hideKeyboard(); | |||||
} | } |
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