package de.sogomn.rat.server.gui; public interface IGuiController { void userInput(final String command, final Object userObject); }