package rectangledbmi.com.pittsburghrealtimetracker;
/**
* Interface for clearing selection state among the navigation drawer fragments and the other fragments
* that interact with it.
* @author Jeremy Jao
*/
public interface ClearSelection {
/**
* Anything that implements this will clear the selection given.
*/
void clearSelection();
}