package dr.app.gui; /** * @author Andrew Rambaut * @version $Id$ */ public interface SelectAllActionResponder { void selectAll(); }