package com.example.singleactivityapp.persistentUI_Fragment; public interface ListDetailInterface { public void showListDetail(String word); }