/** * Copyright (c) 2015 unfoldingWord * http://creativecommons.org/licenses/MIT/ * See LICENSE file for details. * Contributors: * PJ Fechner <pj@actsmedia.com> */ package fragments.selection; /** * Created by Fechner on 8/18/15. */ public interface ChapterSelectionFragmentListener { /** * Fragment selected a new chapter */ void chapterWasSelected(); }