package controller.interfaces; public interface ICommandEnableWindow { /** * sets the main window enabled or disabled * * @param en * true if enabled, else false for disabled */ public void setWindowEnabled(boolean en); }