package com.a1.nextlocation.fragments; public interface Refreshable { void refreshAndNavigateTo(int id); }