package jamel.gui; /** * An interface for the dynamic JPanels. */ public interface Updatable { /** * Updates the content of the panel. */ void update(); }