package edu.stanford.rsl.apps.gui; public interface UpdateableGUI { public void updateGUI(); } /* * Copyright (C) 2010-2014 - Andreas Maier * CONRAD is developed as an Open Source project under the GNU General Public License (GPL). */