![JAR search and dependency download from the Maven repository](/logo.png)
org.integratedmodelling.api.client.IConsole Maven / Gradle / Ivy
The newest version!
package org.integratedmodelling.api.client;
/**
*
*
* @author ferdinando.villa
*
*/
public interface IConsole extends Interactive {
void error(Object e);
void warning(Object e);
void info(Object e, String infoClass);
void echo(Object string);
void outputResult(String input, Object ret);
void reportCommandResult(String input, boolean ok);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy