package com.brew.brewshop.navigation; public interface NavSelectionHandler { public void onNavItemSelected(int id); }